removed currency
This commit is contained in:
parent
7f98a5865b
commit
cb907764ac
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ select
|
||||||
)
|
)
|
||||||
* ser.rate
|
* ser.rate
|
||||||
else p.amount * ser.rate
|
else p.amount * ser.rate
|
||||||
end as superhog_fee_in_gbp,
|
end as superhog_fee_in_gbp
|
||||||
p.currency
|
|
||||||
from stg_core__verification_to_payment vtp
|
from stg_core__verification_to_payment vtp
|
||||||
left join stg_core__payment p on vtp.id_payment = p.id_payment
|
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
|
left join stg_core__verification v on vtp.id_verification = v.id_verification
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue