Compare commits

...
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Karol Wypchlo d9fe4b1591
enable tax id collection 2021-09-29 15:50:55 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export default async (req, res) => {
customer: customer.id,
client_reference_id: user.sub,
allow_promotion_codes: true,
tax_id_collection: { enabled: true },
success_url: `${process.env.SKYNET_DASHBOARD_URL}/payments?session_id={CHECKOUT_SESSION_ID}`,
cancel_url: `${process.env.SKYNET_DASHBOARD_URL}/payments`,
});