propagating renames
This commit is contained in:
parent
a719aa2331
commit
9c338a31ce
4 changed files with 10 additions and 10 deletions
|
|
@ -16,10 +16,10 @@ with
|
|||
{{ adapter.quote("Amount") }} as deposit_amount_local_curr,
|
||||
{{ adapter.quote("Waiver") }} as waiver_guest_fee_amount_local_curr,
|
||||
{{ adapter.quote("Protection") }} as waiver_protection_amount_local_curr,
|
||||
{{ adapter.quote("CancellationCoverCostA") }} -- this field will need a rename when checkincover gets deployed in production
|
||||
{{ adapter.quote("CheckInCoverCost") }}
|
||||
as checkin_cover_guest_fee_local_curr,
|
||||
{{ adapter.quote("CancellationCoverLimitA") }} -- this field will need a rename when checkincover gets deployed in production
|
||||
as checkin_cover_cover_amount_local_curr,
|
||||
{{ adapter.quote("CheckInCoverLimit") }}
|
||||
as checkin_cover_limit_amount_local_curr,
|
||||
{{ adapter.quote("Reschedule") }} as reschedule,
|
||||
{{ adapter.quote("CurrencyIso") }} as local_currency_iso_4217,
|
||||
{{ adapter.quote("IsFeeRefundable") }} as is_fee_refundable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue