Skip to content

Commit 3e8c265

Browse files
Merge pull request #25 from magmodules/release/1.7.1
Release/1.7.1
2 parents 2aa1bf5 + 7dca48d commit 3e8c265

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Service/WebApi/Profiles.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function execute(int $storeId, array $extra = [], SearchCriteriaInterface
9696
foreach ($customers as $customer) {
9797
$mainData = [
9898
"id" => $customer->getId(),
99+
"store_id" => $customer->getStoreId(),
99100
"email" => $customer->getEmail(),
100101
"first_name" => $customer->getFirstname(),
101102
"middle_name" => $customer->getMiddlename(),

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magmodules/magento2-reloadify",
33
"description": "Reloadify extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.7.0",
5+
"version": "1.7.1",
66
"license": [
77
"BSD-2-Clause"
88
],

etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<default>
1111
<magmodules_reloadify>
1212
<general>
13-
<version>v1.7.0</version>
13+
<version>v1.7.1</version>
1414
<enable>0</enable>
1515
<debug>0</debug>
1616
</general>

0 commit comments

Comments
 (0)