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

Commit ee9a08c

Browse files
authored
pass store id from config #179
1 parent 265ecff commit ee9a08c

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)