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  <85164331+noon-dawg@users.noreply.github.com>

* Fix naming

* Update openapi/components/schemas/GatewayAccount.yaml

Co-authored-by: colinbird <colin.bird@rebilly.com>

* Update openapi/components/schemas/GatewayAccount.yaml

Co-authored-by: Alexander Shkarpetin <alexander.shkarpetin@rebilly.com>

---------

Co-authored-by: Chris <85164331+noon-dawg@users.noreply.github.com>
Co-authored-by: colinbird <colin.bird@rebilly.com>
Co-authored-by: Alexander Shkarpetin <alexander.shkarpetin@rebilly.com>
  • 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.