Skip to content

Commit

Permalink
OpenAPI Update (#868)
Browse files Browse the repository at this point in the history
Update OpenAPI for cd6a68826835c010235f7c0b692498505f23c1d9

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 18, 2024
1 parent 4cfe56a commit 9c195ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -90440,10 +90440,10 @@
"type": "string"
},
"tax_id_collection": {
"description": "Controls tax ID collection settings for the session.",
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"description": "Set to true to enable Tax ID collection.",
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -150368,7 +150368,7 @@
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"description": "Set to `true` to enable tax ID collection.",
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -151682,7 +151682,7 @@
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"description": "Set to `true` to enable tax ID collection.",
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
}
},
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -67245,7 +67245,7 @@
"type": "string"
},
"tax_id_collection": {
"description": "Controls tax ID collection settings for the session.",
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"type": "boolean"
Expand Down

0 comments on commit 9c195ef

Please sign in to comment.