Skip to content

Commit

Permalink
Merge pull request #25 from magmodules/release/1.7.1
Browse files Browse the repository at this point in the history
Release/1.7.1
  • Loading branch information
Marvin-Magmodules authored Nov 6, 2023
2 parents 2aa1bf5 + 7dca48d commit 3e8c265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Service/WebApi/Profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public function execute(int $storeId, array $extra = [], SearchCriteriaInterface
foreach ($customers as $customer) {
$mainData = [
"id" => $customer->getId(),
"store_id" => $customer->getStoreId(),
"email" => $customer->getEmail(),
"first_name" => $customer->getFirstname(),
"middle_name" => $customer->getMiddlename(),
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magmodules/magento2-reloadify",
"description": "Reloadify extension for Magento 2",
"type": "magento2-module",
"version": "1.7.0",
"version": "1.7.1",
"license": [
"BSD-2-Clause"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<default>
<magmodules_reloadify>
<general>
<version>v1.7.0</version>
<version>v1.7.1</version>
<enable>0</enable>
<debug>0</debug>
</general>
Expand Down

0 comments on commit 3e8c265

Please sign in to comment.