Skip to content

Commit

Permalink
Merge pull request #22 from magmodules/release/1.5.8
Browse files Browse the repository at this point in the history
Release/1.5.8
  • Loading branch information
Marvin-Magmodules authored May 17, 2023
2 parents 152ca4d + ffcc9fa commit 331200c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Service/WebApi/Profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ public function execute(int $storeId, array $extra = [], SearchCriteriaInterface
"first_name" => $billing->getFirstname(),
"middle_name" => $billing->getMiddlename(),
"last_name" => $billing->getLastname(),
"telephone" => $billing->getTelephone()
"telephone" => $billing->getTelephone(),
"company_name" => $billing->getCompany()
];
}

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.5.7",
"version": "1.5.8",
"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.5.7</version>
<version>v1.5.8</version>
<enable>0</enable>
<debug>0</debug>
</general>
Expand Down

0 comments on commit 331200c

Please sign in to comment.