clarify refund is not in GBP
This commit is contained in:
parent
ec8490527d
commit
092b8bd725
1 changed files with 8 additions and 9 deletions
|
|
@ -925,8 +925,9 @@ models:
|
||||||
description: |
|
description: |
|
||||||
The total amount due created by the interaction, in GBP.
|
The total amount due created by the interaction, in GBP.
|
||||||
|
|
||||||
Should we refund the payment, this is also the amount we will give
|
Should we refund the payment, this is the GBP equivalent of the
|
||||||
back to the guest.
|
amount we will give back to the guest, but we won't be paying in
|
||||||
|
GBP unless the original payment was in GBP.
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- name: tax_amount_in_txn_currency
|
- name: tax_amount_in_txn_currency
|
||||||
|
|
@ -991,7 +992,7 @@ models:
|
||||||
- name: is_vat_taxed
|
- name: is_vat_taxed
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: |
|
description: |
|
||||||
Syntactic suger to indicate if there's any VAT on this payment.
|
Syntactic sugar to indicate if there's any VAT on this payment.
|
||||||
Will be true if so, false if not for any reason (guest country has
|
Will be true if so, false if not for any reason (guest country has
|
||||||
no VAT, the payment is for a deposit, etc.)
|
no VAT, the payment is for a deposit, etc.)
|
||||||
tests:
|
tests:
|
||||||
|
|
@ -1009,16 +1010,14 @@ models:
|
||||||
If this turns true in any other case, you should really find out
|
If this turns true in any other case, you should really find out
|
||||||
why the guest doesn't have a billing country.
|
why the guest doesn't have a billing country.
|
||||||
|
|
||||||
# should be uncommented once this ticket gets solved:
|
# should be uncommented once this ticket gets solved:
|
||||||
#tests:
|
#tests:
|
||||||
# - not_null
|
# - not_null
|
||||||
# - accepted_values:
|
# - accepted_values:
|
||||||
# values:
|
# values:
|
||||||
# - false
|
# - false
|
||||||
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
# where: are_user_details_deleted != true or are_user_details_deleted is not null
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: is_missing_vat_rate_for_country
|
- name: is_missing_vat_rate_for_country
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -1032,7 +1031,7 @@ models:
|
||||||
If this turns true in any other case, you should really find out
|
If this turns true in any other case, you should really find out
|
||||||
what's happening.
|
what's happening.
|
||||||
|
|
||||||
# should be uncommented once this ticket gets solved:
|
# should be uncommented once this ticket gets solved:
|
||||||
#tests:
|
#tests:
|
||||||
# - not_null
|
# - not_null
|
||||||
# - accepted_values:
|
# - accepted_values:
|
||||||
|
|
@ -1044,7 +1043,7 @@ models:
|
||||||
description: |
|
description: |
|
||||||
True if the user has been deleted, which is a possible explanation
|
True if the user has been deleted, which is a possible explanation
|
||||||
for why there might be no country informed.
|
for why there might be no country informed.
|
||||||
|
|
||||||
- name: is_missing_vat_details_without_known_cause
|
- name: is_missing_vat_details_without_known_cause
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -1055,7 +1054,7 @@ models:
|
||||||
fix it.
|
fix it.
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
- accepted_values:
|
- accepted_values:
|
||||||
values:
|
values:
|
||||||
- false
|
- false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue