Skip to content

Commit

Permalink
Update OpenAPI for 4d03be29242b216d41f358ed5a266e45910cc224
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 21, 2024
1 parent 0786941 commit 5ce47dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -46011,7 +46011,7 @@
"type": "array"
},
"proration_behavior": {
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.",
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`. Defaults to a value of `none` if you don't set it during creation.",
"enum": [
"always_invoice",
"create_prorations",
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -32164,7 +32164,7 @@
"type": "array"
},
"proration_behavior": {
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.",
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`. Defaults to a value of `none` if you don't set it during creation.",
"enum": [
"always_invoice",
"create_prorations",
Expand Down

0 comments on commit 5ce47dc

Please sign in to comment.