fix(xml): update error messages for cash payment

Update error messages for cash payment to be more user-friendly.
This commit is contained in:
Kenta420 2024-12-11 15:26:21 +07:00
parent 5d733eca34
commit 6cf37dffd6

View file

@ -803,12 +803,12 @@
; Member not found
If ErrorCause = "failed_fromoper_1001" Then
Var QRErrorText = "Member cannot be found"
Var QRErrorText = "Number not found"
EndIf
; Not enough balance
If ErrorCause = "failed_fromoper_1002" Then
Var QRErrorText = "Not having enough\nbalance"
Var QRErrorText = "Insufficient Balance"
EndIf
Var QR_POPUP = "/img_popup8-2.png"