Calculator changes
This commit is contained in:
parent
eeb47cf6d8
commit
b20cb44779
6 changed files with 176 additions and 52 deletions
|
|
@ -30,7 +30,6 @@ select
|
|||
accepted_amount_in_gbp as accepted_amount_in_gbp,
|
||||
host_currency as host_currency,
|
||||
protection_name as protection_name,
|
||||
was_overriden as was_overriden,
|
||||
waiver_or_deposit_name as waiver_or_deposit_name,
|
||||
guest_verification_status as guest_verification_status,
|
||||
lower_protection_limit_usd as lower_protection_limit_usd,
|
||||
|
|
@ -38,12 +37,17 @@ select
|
|||
calculated_payout_amount_in_txn_currency
|
||||
as calculated_payout_amount_in_txn_currency,
|
||||
calculated_payout_currency as calculated_payout_currency,
|
||||
calculated_payout_amount_in_usd as calculated_payout_amount_in_usd,
|
||||
calculated_payout_amount_in_gbp as calculated_payout_amount_in_gbp,
|
||||
submitted_payout_amount_in_txn_currency as submitted_payout_amount_in_txn_currency,
|
||||
submitted_payout_currency as submitted_payout_currency,
|
||||
submitted_payout_amount_in_gbp as submitted_payout_amount_in_gbp,
|
||||
calculated_guest_charge_amount_in_txn_currency
|
||||
as calculated_guest_charge_amount_in_txn_currency,
|
||||
calculated_guest_charge_currency as calculated_guest_charge_currency,
|
||||
calculated_guest_charge_amount_in_gbp as calculated_guest_charge_amount_in_gbp,
|
||||
submitted_guest_charge_amount_in_txn_currency
|
||||
as submitted_guest_charge_amount_in_txn_currency,
|
||||
submitted_guest_charge_currency as submitted_guest_charge_currency,
|
||||
submitted_guest_charge_amount_in_usd as submitted_guest_charge_amount_in_usd,
|
||||
submitted_guest_charge_amount_in_gbp as submitted_guest_charge_amount_in_gbp,
|
||||
id_user_host as id_user_host,
|
||||
host_account_name as host_account_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue