mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
Setup provider
This commit is contained in:
@@ -6,10 +6,11 @@ import {
|
||||
CommerceProvider as CoreCommerceProvider,
|
||||
useCommerce as useCoreCommerce,
|
||||
} from '@commerce'
|
||||
import { CART_COOKIE, LOCALE } from './constants'
|
||||
|
||||
export const ordercloudConfig: CommerceConfig = {
|
||||
locale: 'en-us',
|
||||
cartCookie: 'session',
|
||||
locale: LOCALE,
|
||||
cartCookie: CART_COOKIE,
|
||||
}
|
||||
|
||||
export function CommerceProvider({
|
||||
|
Reference in New Issue
Block a user