'true' is 'True' in python
This commit is contained in:
parent
64d0e879c7
commit
59a9e43675
|
@ -71,7 +71,7 @@ def state(request, state="", payway=""):
|
|||
elif state == "success":
|
||||
transacted = True
|
||||
elif state == "verror":
|
||||
verror = true
|
||||
verror = True
|
||||
elif state == "vsuccess":
|
||||
vtransacted = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue