Skip to content

Commit

Permalink
OpenAPI Update (#681)
Browse files Browse the repository at this point in the history
Update OpenAPI for 5d69faa14bb84f6826d7128dcd6d2502b536a6d7

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 26, 2024
1 parent cd6fc3a commit e43c40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -10296,7 +10296,8 @@
"issued",
"void"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"subtotal": {
"description": "The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.",
Expand Down
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -6884,7 +6884,8 @@
"issued",
"void"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"subtotal": {
"description": "The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.",
Expand Down

0 comments on commit e43c40d

Please sign in to comment.