stay confident inclusion
This commit is contained in:
parent
8bc525e4c2
commit
b9fe9a0552
3 changed files with 3 additions and 18 deletions
|
|
@ -12,6 +12,8 @@ select
|
|||
then 'Waiver'
|
||||
when product_name = 'DEPOSIT'
|
||||
then 'Deposit'
|
||||
when product_name = 'STAYDISRUPT'
|
||||
then 'StayDisrupt'
|
||||
when product_name = 'UNKNOWN'
|
||||
then null
|
||||
else product_name
|
||||
|
|
|
|||
|
|
@ -1530,6 +1530,7 @@ models:
|
|||
- "Waiver"
|
||||
- "Deposit"
|
||||
- "CheckInCover"
|
||||
- "StayDisrupt"
|
||||
- "Fee"
|
||||
|
||||
- name: is_host_taking_waiver_risk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue