Skip to content

Commit 63d53ed

Browse files
Update OpenAPI specification
1 parent fcdbb2b commit 63d53ed

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

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": {

openapi/spec3.beta.sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6364,8 +6364,8 @@ components:
63646364
#/components/schemas/payment_pages_checkout_session_customer_details
63656365
description: >-
63666366
The customer details including the customer's tax exempt status and
6367-
the customer's tax IDs. Only the customer's email is present on
6368-
Sessions in `setup` mode.
6367+
the customer's tax IDs. Customer's address details are not present
6368+
on Sessions in `setup` mode.
63696369
nullable: true
63706370
customer_email:
63716371
description: >-

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": {

openapi/spec3.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5755,7 +5755,7 @@
57555755
"$ref": "#/components/schemas/payment_pages_checkout_session_customer_details"
57565756
}
57575757
],
5758-
"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.",
5758+
"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.",
57595759
"nullable": true
57605760
},
57615761
"customer_email": {

openapi/spec3.sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5414,8 +5414,8 @@ components:
54145414
#/components/schemas/payment_pages_checkout_session_customer_details
54155415
description: >-
54165416
The customer details including the customer's tax exempt status and
5417-
the customer's tax IDs. Only the customer's email is present on
5418-
Sessions in `setup` mode.
5417+
the customer's tax IDs. Customer's address details are not present
5418+
on Sessions in `setup` mode.
54195419
nullable: true
54205420
customer_email:
54215421
description: >-

openapi/spec3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,8 +4395,8 @@ components:
43954395
#/components/schemas/payment_pages_checkout_session_customer_details
43964396
description: >-
43974397
The customer details including the customer's tax exempt status and
4398-
the customer's tax IDs. Only the customer's email is present on
4399-
Sessions in `setup` mode.
4398+
the customer's tax IDs. Customer's address details are not present
4399+
on Sessions in `setup` mode.
44004400
nullable: true
44014401
customer_email:
44024402
description: >-

0 commit comments

Comments
 (0)