Addressed comments

This commit is contained in:
Joaquin Ossa 2025-02-10 08:09:22 +01:00
parent 25aa153eed
commit 560531aa1e
5 changed files with 36 additions and 26 deletions

View file

@ -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