Fixed bookings state variables
This commit is contained in:
parent
0aca860f29
commit
c70c85e923
1 changed files with 3 additions and 3 deletions
|
|
@ -76,9 +76,9 @@ vars:
|
||||||
"cancelled_booking_state": "'CANCELLED'"
|
"cancelled_booking_state": "'CANCELLED'"
|
||||||
"approved_booking_state": "'APPROVED'"
|
"approved_booking_state": "'APPROVED'"
|
||||||
"flagged_booking_state": "'FLAGGED'"
|
"flagged_booking_state": "'FLAGGED'"
|
||||||
"incomplete_information_booking_state": "'INCOMPLETE INFORMATION'"
|
"incomplete_information_booking_state": "'INCOMPLETEINFORMATION'"
|
||||||
"no_flags_booking_state": "'NO FLAGS'"
|
"no_flags_booking_state": "'NOFLAGS'"
|
||||||
"not_approved_booking_state": "'NOT APPROVED'"
|
"not_approved_booking_state": "'NOTAPPROVED'"
|
||||||
"rejected_booking_state": "'REJECTED'"
|
"rejected_booking_state": "'REJECTED'"
|
||||||
|
|
||||||
# Payment state variables
|
# Payment state variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue