Merge branch 'dev'
commit
b4723784cb
|
@ -32,6 +32,7 @@ export default class Billing_T3 extends Command {
|
||||||
items: [{ price: 'price_1H8e6ODatwI1hQ4WFVvX6Nda' }],
|
items: [{ price: 'price_1H8e6ODatwI1hQ4WFVvX6Nda' }],
|
||||||
days_until_due: 1,
|
days_until_due: 1,
|
||||||
collection_method: 'send_invoice',
|
collection_method: 'send_invoice',
|
||||||
|
default_tax_rates: ['txr_1HlAadDatwI1hQ4WRHu14S2I'],
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.client.stripe.invoices.finalizeInvoice(subscription.latest_invoice.toString());
|
await this.client.stripe.invoices.finalizeInvoice(subscription.latest_invoice.toString());
|
||||||
|
|
Loading…
Reference in New Issue