From efdf4d9580802fc955b34ae249044656deed082a Mon Sep 17 00:00:00 2001 From: Zaiste Date: Thu, 13 May 2021 13:33:49 +0200 Subject: [PATCH] saleor: set cookie location --- framework/saleor/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/saleor/const.ts b/framework/saleor/const.ts index 038ad4270..31472f325 100644 --- a/framework/saleor/const.ts +++ b/framework/saleor/const.ts @@ -1,5 +1,5 @@ export const API_URL = process.env.NEXT_PUBLIC_SALEOR_API_URL export const API_CHANNEL = process.env.NEXT_PUBLIC_SALEOR_CHANNEL -export const CHECKOUT_ID_COOKIE = 'saleorCheckoutID' +export const CHECKOUT_ID_COOKIE = 'saleor.CheckoutID'