Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 25, 2024
1 parent 8677358 commit 228bd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -117226,7 +117226,7 @@
"description": "A recent IP address of the customer used for tax reporting and tax location inference. Stripe recommends updating the IP address when a new PaymentMethod is attached or the address field on the customer is updated. We recommend against updating this field more frequently since it could result in unexpected tax location/reporting outcomes."
},
"validate_location": {
"description": "A flag that indicates when Stripe should validate the customer tax location. Defaults to `deferred`.",
"description": "A flag that indicates when Stripe should validate the customer tax location. Defaults to `auto`.",
"enum": [
"auto",
"deferred",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107122,7 +107122,7 @@ paths:
validate_location:
description: >-
A flag that indicates when Stripe should validate the
customer tax location. Defaults to `deferred`.
customer tax location. Defaults to `auto`.
enum:
- auto
- deferred
Expand Down

0 comments on commit 228bd0f

Please sign in to comment.