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