Addressed comments
This commit is contained in:
parent
1c6f23f269
commit
25a89208c4
7 changed files with 148 additions and 36 deletions
|
|
@ -69,6 +69,18 @@ vars:
|
|||
# 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
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"paid_payment_state": "'PAID'"
|
||||
|
||||
# Protection service state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"default_service": "'BASIC SCREENING'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue