mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
chore: Revert wrong code clening
This commit is contained in:
parent
b96967ad68
commit
5ce768866d
@ -48,6 +48,7 @@ const getCheckout: CheckoutEndpoint['handlers']['getCheckout'] = async ({
|
|||||||
algorithm: 'HS256',
|
algorithm: 'HS256',
|
||||||
})
|
})
|
||||||
let checkouturl = `${config.storeUrl}/login/token/${token}`
|
let checkouturl = `${config.storeUrl}/login/token/${token}`
|
||||||
|
console.log('checkouturl', checkouturl)
|
||||||
if (fullCheckout) {
|
if (fullCheckout) {
|
||||||
res.redirect(checkouturl)
|
res.redirect(checkouturl)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user