Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 11, 2023
1 parent 17b7508 commit 2c0e698
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -102703,7 +102703,7 @@
"type": "string"
},
"reference": {
"description": "Order identifier shown to the customer in Afterpay’s online portal. We recommend using a value that helps you answer any questions a customer might have about\nthe payment. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.",
"description": "An internal identifier or reference this payment corresponds to. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.",
"maxLength": 128,
"type": "string"
},
Expand Down Expand Up @@ -104351,7 +104351,7 @@
"type": "string"
},
"reference": {
"description": "Order identifier shown to the customer in Afterpay’s online portal. We recommend using a value that helps you answer any questions a customer might have about\nthe payment. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.",
"description": "An internal identifier or reference this payment corresponds to. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.",
"maxLength": 128,
"type": "string"
},
Expand Down
28 changes: 10 additions & 18 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93418,14 +93418,11 @@ paths:
type: string
reference:
description: >-
Order identifier shown to the customer in
Afterpay’s online portal. We recommend using
a value that helps you answer any questions
a customer might have about

the payment. The identifier is limited to
128 characters and may contain only letters,
digits, underscores, backslashes and dashes.
An internal identifier or reference this
payment corresponds to. The identifier is
limited to 128 characters and may contain
only letters, digits, underscores,
backslashes and dashes.
maxLength: 128
type: string
setup_future_usage:
Expand Down Expand Up @@ -95541,16 +95538,11 @@ paths:
type: string
reference:
description: >-
Order identifier shown to the customer
in Afterpay’s online portal. We
recommend using a value that helps you
answer any questions a customer might
have about

the payment. The identifier is limited
to 128 characters and may contain only
letters, digits, underscores,
backslashes and dashes.
An internal identifier or reference this
payment corresponds to. The identifier
is limited to 128 characters and may
contain only letters, digits,
underscores, backslashes and dashes.
maxLength: 128
type: string
setup_future_usage:
Expand Down

0 comments on commit 2c0e698

Please sign in to comment.