Skip to content

Commit f891950

Browse files
OpenAPI Update (#693)
Update OpenAPI for 63d53ed0921b7e272ee6d70585cf09da5cab86b1 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 826b936 commit f891950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6802,7 +6802,7 @@
68026802
"$ref": "#/components/schemas/payment_pages_checkout_session_customer_details"
68036803
}
68046804
],
6805-
"description": "The customer details including the customer's tax exempt status and the customer's tax IDs. Only the customer's email is present on Sessions in `setup` mode.",
6805+
"description": "The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in `setup` mode.",
68066806
"nullable": true
68076807
},
68086808
"customer_email": {

embedded/openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,7 @@
44794479
"$ref": "#/components/schemas/payment_pages_checkout_session_customer_details"
44804480
}
44814481
],
4482-
"description": "The customer details including the customer's tax exempt status and the customer's tax IDs. Only the customer's email is present on Sessions in `setup` mode.",
4482+
"description": "The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in `setup` mode.",
44834483
"nullable": true
44844484
},
44854485
"customer_email": {

0 commit comments

Comments
 (0)