Skip to content

Commit

Permalink
Add round amount after DCC to gateway account setting (#1714)
Browse files Browse the repository at this point in the history
* Add round amount after DCC to gateway account setting

* Update openapi/components/schemas/GatewayAccount.yaml

Co-authored-by: Chris  <[email protected]>

* Fix naming

* Update openapi/components/schemas/GatewayAccount.yaml

Co-authored-by: colinbird <[email protected]>

* Update openapi/components/schemas/GatewayAccount.yaml

Co-authored-by: Alexander Shkarpetin <[email protected]>

---------

Co-authored-by: Chris <[email protected]>
Co-authored-by: colinbird <[email protected]>
Co-authored-by: Alexander Shkarpetin <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2023
1 parent 7bc627f commit 6ad50dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/components/schemas/GatewayAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ properties:
description: |-
Forces Dynamic Currency Conversion (DCC) to the specified currency on each sale.
To disable forced DCC, leave this field empty.
dccForceRounding:
type: boolean
default: false
description: Specifies that DCC quote amounts must be rounded half up to the nearest whole number.
descriptor:
description: Gateway account descriptor value.
type:
Expand Down

0 comments on commit 6ad50dc

Please sign in to comment.