Skip to content

Commit 8691a7b

Browse files
committed
Updated API from documentation release
1 parent 7aca275 commit 8691a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-specs/checkout/types/responses/ConnectorError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ properties:
2020
description: Unique identifier of the event.
2121
payload:
2222
type: object
23-
description: Contains the `connector` object with the `id` property.
23+
description: Contains the `connector` object with the `id` property and optional `error`, `message`, and `data` properties.

api-specs/checkout/types/responses/PaymentIntegrationLoadingError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ properties:
2020
description: Unique identifier of the event.
2121
payload:
2222
type: object
23-
description: Contains the `integration` object with the `type` and `connectorId` properties.
23+
description: Contains an `error` object and the `integration` object with the `type` and `connectorId` properties.

0 commit comments

Comments
 (0)