diff --git a/xml/page_payment.xml b/xml/page_payment.xml index 5e54fec6..aa1c7b13 100644 --- a/xml/page_payment.xml +++ b/xml/page_payment.xml @@ -375,16 +375,16 @@ EndIf If ConnectWithPOSMachine = 1 Then - Var SELLSTATUS = 0 + Var SELLONLINE = 0 If SELLSTATUS = "SELLONLINE" Then - Var SELLSTATUS = 1 + Var SELLONLINE = 1 EndIf If SELLSTATUS = "SELLNOCASH" Then - Var SELLSTATUS = 1 + Var SELLONLINE = 1 EndIf - If SELLSTATUS = 0 Then + If SELLONLINE = 0 Then SAVELOG "POS-MACHINE: OFFLINE in page_payment.xml" ;include="ROOT/taobin_project/inc/return_condition.ev" EndIf