@@ -1365,7 +1365,7 @@ adminCategoryIdsList.add(vars.get("category_id"));</stringProp>
1365
1365
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
1366
1366
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
1367
1367
<stringProp name="RegexExtractor.refname">configurable_product_ids</stringProp>
1368
- <stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1368
+ <stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\" </stringProp>
1369
1369
<stringProp name="RegexExtractor.template">$1$</stringProp>
1370
1370
<stringProp name="RegexExtractor.default"/>
1371
1371
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -1575,7 +1575,7 @@ productList.add(productMap);</stringProp>
1575
1575
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
1576
1576
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
1577
1577
<stringProp name="RegexExtractor.refname">configurable_product_for_edit_ids</stringProp>
1578
- <stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1578
+ <stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\" </stringProp>
1579
1579
<stringProp name="RegexExtractor.template">$1$</stringProp>
1580
1580
<stringProp name="RegexExtractor.default"/>
1581
1581
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -1798,7 +1798,7 @@ editProductList.add(editProductMap);</stringProp>
1798
1798
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
1799
1799
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
1800
1800
<stringProp name="RegexExtractor.refname">simple_product_for_edit_ids</stringProp>
1801
- <stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1801
+ <stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\" </stringProp>
1802
1802
<stringProp name="RegexExtractor.template">$1$</stringProp>
1803
1803
<stringProp name="RegexExtractor.default"/>
1804
1804
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -2014,7 +2014,7 @@ editProductList.add(editProductMap);</stringProp>
2014
2014
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
2015
2015
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
2016
2016
<stringProp name="RegexExtractor.refname">simple_product_ids</stringProp>
2017
- <stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
2017
+ <stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\" </stringProp>
2018
2018
<stringProp name="RegexExtractor.template">$1$</stringProp>
2019
2019
<stringProp name="RegexExtractor.default"/>
2020
2020
<stringProp name="RegexExtractor.match_number">-1</stringProp>
0 commit comments