Addressed comments
This commit is contained in:
parent
25aa153eed
commit
560531aa1e
5 changed files with 36 additions and 26 deletions
|
|
@ -71,13 +71,7 @@ vars:
|
|||
# Booking state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"cancelled_booking_state": "'CANCELLED'"
|
||||
|
||||
# Booking state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"approved_booking_state": "'APPROVED'"
|
||||
|
||||
# Booking state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"flagged_booking_state": "'FLAGGED'"
|
||||
|
||||
# Payment state variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue