💰 Enable automatic tax collection

This commit is contained in:
Luke Vella 2023-08-23 16:17:14 +01:00
parent b49e5c8e94
commit f16d6a3fd8

View file

@ -92,6 +92,9 @@ export default async function handler(
quantity: 1, quantity: 1,
}, },
], ],
automatic_tax: {
enabled: true,
},
}); });
if (session.url) { if (session.url) {