Setup provider

This commit is contained in:
goncy
2021-08-25 11:13:17 -03:00
parent 0c2855a323
commit b64b3f8360
6 changed files with 47 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
export const CART_COOKIE = 'ordercloud.cart'
export const CUSTOMER_COOKIE = 'ordercloud.customer'
export const API_URL = 'https://sandboxapi.ordercloud.io'
export const LOCALE = 'en-us'