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