Skip to content

Commit

Permalink
Add LaCore integration (#1851)
Browse files Browse the repository at this point in the history
* Add LaCore

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

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

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
dara123 and noon-dawg authored Mar 28, 2024
1 parent fd97eed commit aed25fa
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/components/schemas/GatewayAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ discriminator:
Khelocard: ./GatewayAccountConfig/Khelocard.yaml
Klarna: ./GatewayAccountConfig/Klarna.yaml
Konnektive: ./GatewayAccountConfig/Konnektive.yaml
LaCore: ./GatewayAccountConfig/LaCore.yaml
loonie: ./GatewayAccountConfig/loonie.yaml
LPG: ./GatewayAccountConfig/LPG.yaml
MaxiCash: ./GatewayAccountConfig/MaxiCash.yaml
Expand Down
28 changes: 28 additions & 0 deletions openapi/components/schemas/GatewayAccountConfig/LaCore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
description: LaCore gateway configuration.
allOf:
- $ref: ../GatewayAccount.yaml
- type: object
required:
- credentials
properties:
credentials:
type: object
description: LaCore credentials object.
properties:
merchantId:
type: string
description: ID of the LaCore merchant.
username:
type: string
description: Username of the LaCore merchant.
password:
type: string
description: Password of the LaCore merchant.
format: password
writeOnly: true
required:
- merchantId
- username
- password
threeDSecureServer:
$ref: ./ThreeDSecureIO3dsServer.yaml
1 change: 1 addition & 0 deletions openapi/components/schemas/GatewayName.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ enum:
- Khelocard
- Klarna
- Konnektive
- LaCore
- loonie
- LPG
- MaxiCash
Expand Down

0 comments on commit aed25fa

Please sign in to comment.