We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acedb24 commit aa3eab4Copy full SHA for aa3eab4
spec/fixtures/api/invoice.json
@@ -6,6 +6,7 @@
6
"issuing_date": "2022-06-02",
7
"payment_dispute_lost_at": "2022-04-29T08:59:51Z",
8
"payment_due_date": "2022-06-02",
9
+ "payment_overdue_since": null,
10
"invoice_type": "one_off",
11
"version_number": 2,
12
"status": "finalized",
spec/lago/api/resources/invoice_spec.rb
@@ -50,6 +50,7 @@
50
net_payment_term: 0,
51
payment_due_date: '2022-06-02',
52
payment_status: 'succeeded',
53
+ payment_overdue_since: nil,
54
invoice_type: 'one_off'
55
)
56
expect(invoice.applied_taxes.first.tax_code).to eq('tax_code')
0 commit comments