fixed rate exchange

This commit is contained in:
Joaquin Ossa 2025-02-11 15:04:27 +01:00
parent 185cbd3274
commit 7f98a5865b

View file

@ -70,8 +70,9 @@ select
)
)
* ser.rate
else p.amount
end as superhog_fee_in_gbp
else p.amount * ser.rate
end as superhog_fee_in_gbp,
p.currency
from stg_core__verification_to_payment vtp
left join stg_core__payment p on vtp.id_payment = p.id_payment
left join stg_core__verification v on vtp.id_verification = v.id_verification