Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 23, 2024
1 parent 50748ae commit 5406d3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
12 changes: 11 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -41817,7 +41817,17 @@
},
"payment_method_details_affirm": {
"description": "",
"properties": {},
"properties": {
"transaction_id": {
"description": "The Affirm transaction ID associated with this payment.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"transaction_id"
],
"title": "payment_method_details_affirm",
"type": "object",
"x-expandableFields": []
Expand Down
9 changes: 8 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29662,7 +29662,14 @@
},
"payment_method_details_affirm": {
"description": "",
"properties": {},
"properties": {
"transaction_id": {
"description": "The Affirm transaction ID associated with this payment.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "payment_method_details_affirm",
"type": "object",
"x-expandableFields": []
Expand Down

0 comments on commit 5406d3c

Please sign in to comment.