Skip to content

Commit

Permalink
Update OpenAPI for 15d248a73ffc8bc99053aae39740d48446fd45c4
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 12, 2024
1 parent ee43f05 commit 0020862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62582,7 +62582,7 @@
"type": "array"
},
"save_default_payment_method": {
"description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.",
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.",
"enum": [
"off",
"on_subscription"
Expand Down Expand Up @@ -185113,7 +185113,7 @@
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)."
},
"save_default_payment_method": {
"description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.",
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
"enum": [
"off",
"on_subscription"
Expand Down Expand Up @@ -186907,7 +186907,7 @@
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)."
},
"save_default_payment_method": {
"description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.",
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
"enum": [
"off",
"on_subscription"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -43776,7 +43776,7 @@
"type": "array"
},
"save_default_payment_method": {
"description": "Either `off`, or `on_subscription`. With `on_subscription` Stripe updates `subscription.default_payment_method` when a subscription payment succeeds.",
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.",
"enum": [
"off",
"on_subscription"
Expand Down

0 comments on commit 0020862

Please sign in to comment.