changed name

This commit is contained in:
Joaquin Ossa 2025-02-26 16:45:01 +01:00
parent 0fd8c21e38
commit aaa0b1a5dd
6 changed files with 42 additions and 42 deletions

View file

@ -192,12 +192,12 @@ select
(i.calculated_payout_amount_in_usd * cer.rate)::decimal(
19, 4
) as calculated_payout_amount_in_gbp,
i.calculated_guest_charge_amount_in_txn_currency,
i.calculated_guest_charge_currency,
i.calculated_guest_charge_amount_in_usd,
(i.calculated_guest_charge_amount_in_usd * cer.rate)::decimal(
i.submitted_guest_charge_amount_in_txn_currency,
i.submitted_guest_charge_currency,
i.submitted_guest_charge_amount_in_usd,
(i.submitted_guest_charge_amount_in_usd * cer.rate)::decimal(
19, 4
) as calculated_guest_charge_amount_in_gbp,
) as submitted_guest_charge_amount_in_gbp,
-- Host Details
i.id_user_host,