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 Mar 5, 2024
1 parent a2d02b5 commit 782cb08
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -129317,7 +129317,7 @@
"type": "string"
},
"confirm": {
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"type": "boolean"
},
"confirmation_method": {
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119207,10 +119207,10 @@ paths:
description: >-
Set to `true` to attempt to [confirm this
PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm)
this PaymentIntent immediately. This parameter defaults to
`false`. When creating and confirming a PaymentIntent at the
same time, you can also provide the parameters available in
the [Confirm
immediately. This parameter defaults to `false`. When
creating and confirming a PaymentIntent at the same time,
you can also provide the parameters available in the
[Confirm
API](https://stripe.com/docs/api/payment_intents/confirm).
type: boolean
confirmation_method:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -93714,7 +93714,7 @@
"type": "string"
},
"confirm": {
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"type": "boolean"
},
"confirmation_method": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -97966,7 +97966,7 @@
"type": "string"
},
"confirm": {
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"description": "Set to `true` to attempt to [confirm this PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm) immediately. This parameter defaults to `false`. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the [Confirm API](https://stripe.com/docs/api/payment_intents/confirm).",
"type": "boolean"
},
"confirmation_method": {
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89456,10 +89456,10 @@ paths:
description: >-
Set to `true` to attempt to [confirm this
PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm)
this PaymentIntent immediately. This parameter defaults to
`false`. When creating and confirming a PaymentIntent at the
same time, you can also provide the parameters available in
the [Confirm
immediately. This parameter defaults to `false`. When
creating and confirming a PaymentIntent at the same time,
you can also provide the parameters available in the
[Confirm
API](https://stripe.com/docs/api/payment_intents/confirm).
type: boolean
confirmation_method:
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81477,10 +81477,10 @@ paths:
description: >-
Set to `true` to attempt to [confirm this
PaymentIntent](https://stripe.com/docs/api/payment_intents/confirm)
this PaymentIntent immediately. This parameter defaults to
`false`. When creating and confirming a PaymentIntent at the
same time, you can also provide the parameters available in
the [Confirm
immediately. This parameter defaults to `false`. When
creating and confirming a PaymentIntent at the same time,
you can also provide the parameters available in the
[Confirm
API](https://stripe.com/docs/api/payment_intents/confirm).
type: boolean
confirmation_method:
Expand Down

0 comments on commit 782cb08

Please sign in to comment.