mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Order Confirmation
This commit is contained in:
@@ -390,6 +390,7 @@ export async function isLoggedIn(request: NextRequest, origin: string) {
|
||||
}
|
||||
|
||||
newHeaders.set('x-shop-customer-token', `${customerTokenValue}`);
|
||||
console.log('Customer Token', customerTokenValue);
|
||||
return NextResponse.next({
|
||||
request: {
|
||||
// New request headers
|
||||
|
Reference in New Issue
Block a user