fix(xml): update error messages for cash payment
Update error messages for cash payment to be more user-friendly.
This commit is contained in:
parent
5d733eca34
commit
6cf37dffd6
1 changed files with 2 additions and 2 deletions
|
|
@ -803,12 +803,12 @@
|
||||||
|
|
||||||
; Member not found
|
; Member not found
|
||||||
If ErrorCause = "failed_fromoper_1001" Then
|
If ErrorCause = "failed_fromoper_1001" Then
|
||||||
Var QRErrorText = "Member cannot be found"
|
Var QRErrorText = "Number not found"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; Not enough balance
|
; Not enough balance
|
||||||
If ErrorCause = "failed_fromoper_1002" Then
|
If ErrorCause = "failed_fromoper_1002" Then
|
||||||
Var QRErrorText = "Not having enough\nbalance"
|
Var QRErrorText = "Insufficient Balance"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Var QR_POPUP = "/img_popup8-2.png"
|
Var QR_POPUP = "/img_popup8-2.png"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue