Skip to content

Commit

Permalink
Add setting to CoinGate to adjust amount (#1822)
Browse files Browse the repository at this point in the history
* Add setting to CoinGate to adjust amount

* Small fix

* Update openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml

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

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
dara123 and noon-dawg authored Mar 12, 2024
1 parent ca6fbbf commit 7d960ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ allOf:
example: USD
tolerancePercentage:
$ref: ../AmountAdjustmentTolerance.yaml
adjustAmount:
type: boolean
description: Specifies whether to adjust the amount that is received from the downstream gateway.
default: false
example: false

0 comments on commit 7d960ae

Please sign in to comment.