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 May 14, 2024
1 parent 36083a4 commit 11e6a34
Show file tree
Hide file tree
Showing 6 changed files with 25 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 @@ -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
14 changes: 8 additions & 6 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41564,9 +41564,10 @@ components:
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.
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 @@ -81949,9 +81950,10 @@ paths:
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.
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 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
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39437,7 +39437,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 @@ -75403,7 +75403,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
14 changes: 8 additions & 6 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36447,9 +36447,10 @@ components:
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.
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 @@ -69685,9 +69686,10 @@ paths:
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.
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
7 changes: 4 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31002,9 +31002,10 @@ components:
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.
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 11e6a34

Please sign in to comment.