Skip to content

Commit 5406d3c

Browse files
OpenAPI Update (#933)
Update OpenAPI for e97039ceeeeeed2ee8c4c6def130324f94bd7776 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 50748ae commit 5406d3c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41817,7 +41817,17 @@
4181741817
},
4181841818
"payment_method_details_affirm": {
4181941819
"description": "",
41820-
"properties": {},
41820+
"properties": {
41821+
"transaction_id": {
41822+
"description": "The Affirm transaction ID associated with this payment.",
41823+
"maxLength": 5000,
41824+
"nullable": true,
41825+
"type": "string"
41826+
}
41827+
},
41828+
"required": [
41829+
"transaction_id"
41830+
],
4182141831
"title": "payment_method_details_affirm",
4182241832
"type": "object",
4182341833
"x-expandableFields": []

embedded/openapi/spec3.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29662,7 +29662,14 @@
2966229662
},
2966329663
"payment_method_details_affirm": {
2966429664
"description": "",
29665-
"properties": {},
29665+
"properties": {
29666+
"transaction_id": {
29667+
"description": "The Affirm transaction ID associated with this payment.",
29668+
"maxLength": 5000,
29669+
"nullable": true,
29670+
"type": "string"
29671+
}
29672+
},
2966629673
"title": "payment_method_details_affirm",
2966729674
"type": "object",
2966829675
"x-expandableFields": []

0 commit comments

Comments
 (0)