Skip to content

Commit

Permalink
Add margins to invoice_line_items known missing fields (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtowles authored Oct 4, 2023
1 parent 65bfbdf commit 4202be1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_all_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
'charges': set(),
'subscription_items': set(),
'plans': set(),
'invoice_line_items': set(),
'invoice_line_items': {
'margins',
},
'invoices': {
'amount_shipping',
'effective_at',
Expand Down

0 comments on commit 4202be1

Please sign in to comment.