From 70c10a9a4b64761166ae76449b487b4ba6f5676f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 8 Nov 2020 08:07:39 -0500 Subject: [PATCH] add taxes --- src/commands/billing_t3.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/billing_t3.ts b/src/commands/billing_t3.ts index fb474ac..4fab16d 100644 --- a/src/commands/billing_t3.ts +++ b/src/commands/billing_t3.ts @@ -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());