edited the payment dialog
All checks were successful
Build frontend / build (push) Successful in 1m10s
All checks were successful
Build frontend / build (push) Successful in 1m10s
This commit is contained in:
@ -679,8 +679,6 @@ export async function payDeposit(data) {
|
|||||||
formData.append("Comment", "");
|
formData.append("Comment", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
formData.append("TransactionType", "");
|
|
||||||
|
|
||||||
if (data.paymentImage) {
|
if (data.paymentImage) {
|
||||||
formData.append("paymentImage", data.paymentImage);
|
formData.append("paymentImage", data.paymentImage);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user