fixed rate exchange
This commit is contained in:
parent
185cbd3274
commit
7f98a5865b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue