diff --git a/framework/bigcommerce/api/endpoints/checkout/get-checkout.ts b/framework/bigcommerce/api/endpoints/checkout/get-checkout.ts index 301d6554c..e98e6ca54 100644 --- a/framework/bigcommerce/api/endpoints/checkout/get-checkout.ts +++ b/framework/bigcommerce/api/endpoints/checkout/get-checkout.ts @@ -48,6 +48,7 @@ const getCheckout: CheckoutEndpoint['handlers']['getCheckout'] = async ({ algorithm: 'HS256', }) let checkouturl = `${config.storeUrl}/login/token/${token}` + console.log('checkouturl', checkouturl) if (fullCheckout) { res.redirect(checkouturl) return