Skip to content

Commit

Permalink
Merge pull request #288 from ymaheshwari1/feat/erp_id
Browse files Browse the repository at this point in the history
Improved: product identifier options to have erpId support
  • Loading branch information
ravilodhi authored Dec 14, 2023
2 parents 04bf66e + ce1964a commit 252b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
VUE_APP_PRDT_IDENT=["productId", "groupId", "groupName", "internalName", "parentProductName", "sku", "title", "SHOPIFY_PROD_SKU", "ERP_ID"]
VUE_APP_DEFAULT_LOG_LEVEL="error"
VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login"

0 comments on commit 252b049

Please sign in to comment.