Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit d8775e9

Browse files
authored
Merge pull request #197 from boehsermoe/patch-1
pass store id from config #179
2 parents 265ecff + ee9a08c commit d8775e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/mage2vs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ program
129129
process.exit(-1)
130130
} else {
131131
magentoConfig.INDEX_NAME = storeView.elasticsearch.index;
132+
magentoConfig.MAGENTO_STORE_ID = storeView.storeId;
132133
}
133134
}
134135

0 commit comments

Comments
 (0)