changed name

This commit is contained in:
Joaquin Ossa 2025-02-05 14:21:59 +01:00
parent fa9622721b
commit 8e76e3e8cc

View file

@ -1,6 +1,6 @@
{% set waiver = "Payment Validation: Waiver" %} {% set waiver = "Payment Validation: Waiver" %}
{% set fee = "Payment Validation: Fee" %} {% set fee = "Payment Validation: Fee" %}
{% set fee_with_deposit = "Payment Validation: FeeWithDeposit" %} {% set deposit = "Payment Validation: FeeWithDeposit" %}
{% set no_cover = "Payment Validation: NoCover" %} {% set no_cover = "Payment Validation: NoCover" %}
{% set checkin_cover = "CheckInCover" %} {% set checkin_cover = "CheckInCover" %}
@ -21,9 +21,7 @@ with
v.id_verification_request, v.id_verification_request,
cast( cast(
max( max(
case case when verification_value = '{{ deposit }}' then 1 else 0 end
when verification_value = '{{ fee_with_deposit }}' then 1 else 0
end
) as boolean ) as boolean
) as chose_deposit, ) as chose_deposit,
cast( cast(