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 9, 2024
1 parent 2a9a32f commit a2500ad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45085,7 +45085,7 @@
"type": "array"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use.",
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
"disabled",
"enabled"
Expand Down Expand Up @@ -89225,7 +89225,7 @@
"type": "array"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use.",
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
"disabled",
"enabled"
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41487,7 +41487,7 @@ components:
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
for future use.
for future use. Disabled by default.
enum:
- disabled
- enabled
Expand Down Expand Up @@ -81864,7 +81864,7 @@ paths:
payment_method_save:
description: >-
Enable customers to choose if they wish to save their
payment method for future use.
payment method for future use. Disabled by default.
enum:
- disabled
- enabled
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32547,7 +32547,7 @@
"type": "array"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use.",
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
"disabled",
"enabled"
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39363,7 +39363,7 @@
"type": "array"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use.",
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
"disabled",
"enabled"
Expand Down Expand Up @@ -75326,7 +75326,7 @@
"type": "array"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use.",
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
"disabled",
"enabled"
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36388,7 +36388,7 @@ components:
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
for future use.
for future use. Disabled by default.
enum:
- disabled
- enabled
Expand Down Expand Up @@ -69623,7 +69623,7 @@ paths:
payment_method_save:
description: >-
Enable customers to choose if they wish to save their
payment method for future use.
payment method for future use. Disabled by default.
enum:
- disabled
- enabled
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30950,7 +30950,7 @@ components:
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
for future use.
for future use. Disabled by default.
enum:
- disabled
- enabled
Expand Down

0 comments on commit a2500ad

Please sign in to comment.