From 697f68e586688bbbfcbd9f8fa293641d0679ee1c Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 14 Dec 2023 11:26:50 +0530 Subject: [PATCH] Improved: product identifier options to have upca support --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b5333536..6aa48e5b 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,6 @@ VUE_APP_BASE_URL= VUE_APP_VIEW_SIZE=10 VUE_APP_PERMISSION_ID= VUE_APP_ALIAS={} -VUE_APP_PRDT_IDENT=["productId", "groupId", "groupName", "internalName", "parentProductName", "sku", "title", "SHOPIFY_PROD_SKU", "ERP_ID"] +VUE_APP_PRDT_IDENT=["productId", "groupId", "groupName", "internalName", "parentProductName", "sku", "title", "SHOPIFY_PROD_SKU", "ERP_ID", "UPCA"] VUE_APP_DEFAULT_LOG_LEVEL="error" VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login" \ No newline at end of file