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 changed files with
1 additions and
0 deletions
|
|
@ -47,6 +47,7 @@ export default async (req, res) => {
|
|
|
|
customer: customer.id,
|
|
|
|
customer: customer.id,
|
|
|
|
client_reference_id: user.sub,
|
|
|
|
client_reference_id: user.sub,
|
|
|
|
allow_promotion_codes: true,
|
|
|
|
allow_promotion_codes: true,
|
|
|
|
|
|
|
|
tax_id_collection: { enabled: true },
|
|
|
|
success_url: `${process.env.SKYNET_DASHBOARD_URL}/payments?session_id={CHECKOUT_SESSION_ID}`,
|
|
|
|
success_url: `${process.env.SKYNET_DASHBOARD_URL}/payments?session_id={CHECKOUT_SESSION_ID}`,
|
|
|
|
cancel_url: `${process.env.SKYNET_DASHBOARD_URL}/payments`,
|
|
|
|
cancel_url: `${process.env.SKYNET_DASHBOARD_URL}/payments`,
|
|
|
|
});
|
|
|
|
});
|
|
|
|