Addressed comments

This commit is contained in:
Joaquin Ossa 2025-02-07 15:15:17 +01:00
parent 1c6f23f269
commit 25a89208c4
7 changed files with 148 additions and 36 deletions

View file

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