Skip to content

Commit

Permalink
feat: added the finalize_zero_amount_invoice to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Sep 6, 2024
1 parent 77d8c2a commit bd3e9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/fixtures/api/customer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"currency": "EUR",
"timezone": "Europe/Paris",
"applicable_timezone": "Europe/Paris",
"finalize_zero_amount_invoice": "inherit",
"billing_configuration": {
"invoice_grace_period": 3,
"payment_provider": "stripe",
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/api/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"timezone": "America/New_York",
"document_numbering": "per_customer",
"document_number_prefix": "ORG-1234",
"finalize_zero_amount_invoice": true,
"billing_configuration": {
"invoice_footer": null,
"invoice_grace_period": 3,
Expand Down

0 comments on commit bd3e9e6

Please sign in to comment.