Skip to content

Commit

Permalink
Update MobilePay credentials (#1883)
Browse files Browse the repository at this point in the history
* Update MobilePay credentials

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

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

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
dara123 and noon-dawg authored May 2, 2024
1 parent 3b24577 commit ee5b5ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi/components/schemas/GatewayAccountConfig/MobilePay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ allOf:
credentials:
type: object
properties:
providerId:
merchantSerialNumber:
type: string
description: ID of the MobilePay provider.
merchantVat:
description: Serial number of the MobilePay merchant.
subscriptionKey:
type: string
description: VAT number of the MobilePay merchant.
description: Subscription key of the MobilePay merchant.
clientId:
type: string
description: ID of the MobilePay client.
Expand All @@ -23,7 +23,7 @@ allOf:
format: password
writeOnly: true
required:
- providerId
- merchantVat
- merchantSerialNumber
- subscriptionKey
- clientId
- clientSecret

0 comments on commit ee5b5ba

Please sign in to comment.