Skip to content

Commit

Permalink
MAGETWO-80916: Save region correctly to save sales address from admin #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann committed Oct 9, 2017
1 parent 0714d54 commit 9bae924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function execute()
* @param array $attributeValues
* @return array
*/
protected function updateRegionData($attributeValues)
private function updateRegionData($attributeValues)
{
if (!empty($attributeValues['region_id'])) {
$newRegion = $this->regionFactory->create()->load($attributeValues['region_id']);
Expand Down

0 comments on commit 9bae924

Please sign in to comment.