Skip to content

Commit

Permalink
Add SecureTrading recurring settings (#1889)
Browse files Browse the repository at this point in the history
* Add SecureTrading recurring settings

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

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

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

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

---------

Co-authored-by: Bogdan Litsenberger <[email protected]>
Co-authored-by: Alexander Shkarpetin <[email protected]>
Co-authored-by: Chris <[email protected]>
  • Loading branch information
4 people authored May 13, 2024
1 parent 5d7ee89 commit c8c79e4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ allOf:
- websiteId
- username
- password
settings:
type: object
description: SecureTrading settings object.
properties:
enableRecurring:
type: boolean
description: Enables recurring payments.
default: false
threeDSecureServer:
$ref: ./ThreeDSecureIO3dsServer.yaml

0 comments on commit c8c79e4

Please sign in to comment.