edited the payment dialog
All checks were successful
Build frontend / build (push) Successful in 1m0s

This commit is contained in:
mouazkh
2026-07-21 00:43:49 +03:00
parent 4166a5d652
commit 83a06e8007
2 changed files with 743 additions and 282 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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);
}