mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-03 12:16: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,
|
||||
},
|
||||
],
|
||||
automatic_tax: {
|
||||
enabled: true,
|
||||
},
|
||||
});
|
||||
|
||||
if (session.url) {
|
||||
|
|
Loading…
Add table
Reference in a new issue