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 Aug 16, 2023
1 parent a589337 commit a812887
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -44367,7 +44367,7 @@
"$ref": "#/components/schemas/payment_flows_automatic_payment_methods_setup_intent"
}
],
"description": "Settings for automatic payment methods compatible with this Setup Intent",
"description": "Settings for dynamic payment methods compatible with this Setup Intent",
"nullable": true
},
"cancellation_reason": {
Expand Down Expand Up @@ -115417,7 +115417,7 @@
"type": "string"
}
],
"description": "The list of payment method types that customers can use. Pass an empty string to enable automatic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
"description": "The list of payment method types that customers can use. Pass an empty string to enable dynamic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
},
"shipping_address_collection": {
"anyOf": [
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40606,7 +40606,7 @@ components:
- $ref: >-
#/components/schemas/payment_flows_automatic_payment_methods_setup_intent
description: >-
Settings for automatic payment methods compatible with this Setup
Settings for dynamic payment methods compatible with this Setup
Intent
nullable: true
cancellation_reason:
Expand Down Expand Up @@ -109400,8 +109400,8 @@ paths:
type: string
description: >-
The list of payment method types that customers can use.
Pass an empty string to enable automatic payment methods
that use your [payment method
Pass an empty string to enable dynamic payment methods that
use your [payment method
settings](https://dashboard.stripe.com/settings/payment_methods).
shipping_address_collection:
anyOf:
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32170,7 +32170,7 @@
"$ref": "#/components/schemas/payment_flows_automatic_payment_methods_setup_intent"
}
],
"description": "Settings for automatic payment methods compatible with this Setup Intent",
"description": "Settings for dynamic payment methods compatible with this Setup Intent",
"nullable": true
},
"cancellation_reason": {
Expand Down Expand Up @@ -94574,7 +94574,7 @@
"type": "string"
}
],
"description": "The list of payment method types that customers can use. Pass an empty string to enable automatic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
"description": "The list of payment method types that customers can use. Pass an empty string to enable dynamic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
},
"shipping_address_collection": {
"anyOf": [
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38552,7 +38552,7 @@
"$ref": "#/components/schemas/payment_flows_automatic_payment_methods_setup_intent"
}
],
"description": "Settings for automatic payment methods compatible with this Setup Intent",
"description": "Settings for dynamic payment methods compatible with this Setup Intent",
"nullable": true
},
"cancellation_reason": {
Expand Down Expand Up @@ -97430,7 +97430,7 @@
"type": "string"
}
],
"description": "The list of payment method types that customers can use. Pass an empty string to enable automatic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
"description": "The list of payment method types that customers can use. Pass an empty string to enable dynamic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
},
"shipping_address_collection": {
"anyOf": [
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35504,7 +35504,7 @@ components:
- $ref: >-
#/components/schemas/payment_flows_automatic_payment_methods_setup_intent
description: >-
Settings for automatic payment methods compatible with this Setup
Settings for dynamic payment methods compatible with this Setup
Intent
nullable: true
cancellation_reason:
Expand Down Expand Up @@ -92462,8 +92462,8 @@ paths:
type: string
description: >-
The list of payment method types that customers can use.
Pass an empty string to enable automatic payment methods
that use your [payment method
Pass an empty string to enable dynamic payment methods that
use your [payment method
settings](https://dashboard.stripe.com/settings/payment_methods).
shipping_address_collection:
anyOf:
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30380,7 +30380,7 @@ components:
- $ref: >-
#/components/schemas/payment_flows_automatic_payment_methods_setup_intent
description: >-
Settings for automatic payment methods compatible with this Setup
Settings for dynamic payment methods compatible with this Setup
Intent
nullable: true
cancellation_reason:
Expand Down Expand Up @@ -81248,8 +81248,8 @@ paths:
type: string
description: >-
The list of payment method types that customers can use.
Pass an empty string to enable automatic payment methods
that use your [payment method
Pass an empty string to enable dynamic payment methods that
use your [payment method
settings](https://dashboard.stripe.com/settings/payment_methods).
shipping_address_collection:
anyOf:
Expand Down

0 comments on commit a812887

Please sign in to comment.