Skip to content

Commit 5f7c0be

Browse files
committed
Updated API from documentation release
1 parent 8752ee9 commit 5f7c0be

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#%RAML 1.0 DataType
2+
(annotations.package): responses
3+
type: Message
4+
displayName: ErrorLoadingAllPaymentIntegrations
5+
discriminatorValue: error_loading_all_payment_integrations
6+
description: |
7+
Generated when the loading of all the payment integrations have failed.
8+
properties:
9+
code:
10+
type: string
11+
description:
12+
severity:
13+
type: string
14+
description: \`error`
15+
message:
16+
type: string
17+
description: Error loading all payment integrations.
18+
correlationId:
19+
type: string
20+
description: Unique identifier of the event.

api-specs/checkout/types/types.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PaymentIntegrationSelectionConfirmation: !include responses/PaymentIntegrationSe
4040
PaymentIntegrationSelectionConfirmationFailed: !include responses/PaymentIntegrationSelectionConfirmationFailed.raml
4141
PaymentIntegrationsReceived: !include responses/PaymentIntegrationsReceived.raml
4242
PaymentIntegrationNotAvailable: !include responses/PaymentIntegrationNotAvailable.raml
43+
ErrorLoadingAllPaymentIntegrations: !include responses/ErrorLoadingAllPaymentIntegrations.raml
4344
PaymentCancelled: !include responses/PaymentCancelled.raml
4445
PaymentValidationFailed: !include responses/PaymentValidationFailed.raml
4546
PaymentValidationPassed: !include responses/PaymentValidationPassed.raml

0 commit comments

Comments
 (0)