Skip to content

Commit

Permalink
Add optional credentials to Buckaroo (#1884)
Browse files Browse the repository at this point in the history
* Add optional credentials to Buckaroo

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

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

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
dara123 and noon-dawg authored May 3, 2024
1 parent a715f89 commit 5df8baf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ allOf:
type: object
description: Buckaroo credentials object.
properties:
debtorCode:
type: string
description: Debtor code.
schemeKey:
type: string
description: Scheme key.
websiteKey:
type: string
description: Website key.
Expand Down

0 comments on commit 5df8baf

Please sign in to comment.