Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jul 15, 2024
1 parent 1c725bd commit 099a6a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#%RAML 1.0 DataType
(annotations.package): responses
type: Message
displayName: MultipleVendorButtonContainers
discriminatorValue: multiple_vendor_button_containers
description: |
Generated when multiple containers for [vendor payment buttons](/sdk#display-custom-and-vendor-payment-buttons) are found.
properties:
code:
type: string
description:
severity:
type: string
description: \`warn`
message:
type: string
description: Multiple vendor button containers detected, this may cause issues.
1 change: 1 addition & 0 deletions api-specs/checkout/types/types.raml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ InitTimeout: !include responses/InitTimeout.raml
InvalidMode: !include responses/InvalidMode.raml
BadInputData: !include responses/BadInputData.raml
InvalidToken: !include responses/InvalidToken.raml
MultipleVendorButtonContainers: !include responses/MultipleVendorButtonContainers.raml
NoPaymentMethods: !include responses/NoPaymentMethods.raml
PaymentFailed: !include responses/PaymentFailed.raml
PaymentStarted: !include responses/PaymentStarted.raml
Expand Down

0 comments on commit 099a6a1

Please sign in to comment.