saleor: set cookie location

This commit is contained in:
Zaiste 2021-05-13 13:33:49 +02:00
parent 51e2daebb7
commit efdf4d9580
No known key found for this signature in database
GPG Key ID: 15DF7EBC7F2FFE35

View File

@ -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'