mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-04 12:46:04 +02:00
💰 Enable automatic tax collection
This commit is contained in:
parent
b49e5c8e94
commit
f16d6a3fd8
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ export default async function handler(
|
||||||
quantity: 1,
|
quantity: 1,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
automatic_tax: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
if (session.url) {
|
if (session.url) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue