commit wip
This commit is contained in:
parent
78707ef649
commit
83e8723d7d
2 changed files with 41 additions and 2 deletions
|
|
@ -76,6 +76,10 @@ vars:
|
|||
"cancelled_booking_state": "'CANCELLED'"
|
||||
"approved_booking_state": "'APPROVED'"
|
||||
"flagged_booking_state": "'FLAGGED'"
|
||||
"incomplete_information_booking_state": "'INCOMPLETE INFORMATION'"
|
||||
"no_flags_booking_state": "'NO FLAGS'"
|
||||
"not_approved_booking_state": "'NOT APPROVED'"
|
||||
"rejected_booking_state": "'REJECTED'"
|
||||
|
||||
# Payment state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue