propagating renames

This commit is contained in:
Pablo Martin 2024-05-08 12:03:44 +02:00
parent a719aa2331
commit 9c338a31ce
4 changed files with 10 additions and 10 deletions

View file

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