removed currency

This commit is contained in:
Joaquin Ossa 2025-02-11 15:05:35 +01:00
parent 7f98a5865b
commit cb907764ac

View file

@ -71,8 +71,7 @@ select
)
* ser.rate
else p.amount * ser.rate
end as superhog_fee_in_gbp,
p.currency
end as superhog_fee_in_gbp
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