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());