-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API from documentation release
- Loading branch information
1 parent
1c725bd
commit 099a6a1
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
api-specs/checkout/types/responses/MultipleVendorButtonContainers.raml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters