Skip to content

Commit

Permalink
OpenAPI Update (#818)
Browse files Browse the repository at this point in the history
Update OpenAPI for 11e6a34fe101fbcd6978899f172920e161510ab7

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 14, 2024
1 parent a088a4e commit a5f1e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45160,7 +45160,7 @@
"description": "",
"properties": {
"allow_redisplay_filters": {
"description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.",
"description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.",
"items": {
"enum": [
"always",
Expand Down Expand Up @@ -89303,7 +89303,7 @@
"description": "Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.",
"properties": {
"allow_redisplay_filters": {
"description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.",
"description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.",
"items": {
"enum": [
"always",
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32612,7 +32612,7 @@
"description": "",
"properties": {
"allow_redisplay_filters": {
"description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.",
"description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.",
"items": {
"enum": [
"always",
Expand Down

0 comments on commit a5f1e61

Please sign in to comment.