add enable credit for mys
This commit is contained in:
parent
88964df4ca
commit
3449fcc9cb
3 changed files with 371 additions and 0 deletions
|
|
@ -451,6 +451,15 @@
|
|||
__CMD "prepar-cup-from-order" 0 "-" "-"
|
||||
|
||||
;Var PayState5 = "Enable"
|
||||
|
||||
|
||||
If EnableCreditCard = "true" Then
|
||||
Var PayState5 = "Enable"
|
||||
Else
|
||||
Var PayState5 = "Disable"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR PayState5
|
||||
;Open "ROOT/taobin_project/xml/page_page_camera.xml"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue