Skip to content

Commit

Permalink
Update fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 18, 2024
1 parent 977e647 commit b60f448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,8 @@
"total_excluding_tax": 1000,
"total_tax_amounts": [],
"transfer_data": null,
"webhooks_delivered_at": 1234567890
"webhooks_delivered_at": 1234567890,
"automatically_finalizes_at": null
},
"invoiceitem": {
"amount": 1000,
Expand Down
1 change: 1 addition & 0 deletions openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,7 @@ resources:
total_tax_amounts: []
transfer_data: null
webhooks_delivered_at: 1234567890
automatically_finalizes_at: null
invoiceitem:
amount: 1000
currency: usd
Expand Down

0 comments on commit b60f448

Please sign in to comment.