From 5df8bafa83753922fa9f3e60e396c3ca4bbdb24c Mon Sep 17 00:00:00 2001 From: dara Date: Fri, 3 May 2024 09:35:08 -0400 Subject: [PATCH] Add optional credentials to Buckaroo (#1884) * Add optional credentials to Buckaroo * Update openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml Co-authored-by: Chris <85164331+noon-dawg@users.noreply.github.com> --------- Co-authored-by: Chris <85164331+noon-dawg@users.noreply.github.com> --- .../components/schemas/GatewayAccountConfig/Buckaroo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml b/openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml index 71665230f1..086fc3d5ae 100644 --- a/openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml +++ b/openapi/components/schemas/GatewayAccountConfig/Buckaroo.yaml @@ -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.