We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714d54 commit 9bae924Copy full SHA for 9bae924
app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php
@@ -133,7 +133,7 @@ public function execute()
133
* @param array $attributeValues
134
* @return array
135
*/
136
- protected function updateRegionData($attributeValues)
+ private function updateRegionData($attributeValues)
137
{
138
if (!empty($attributeValues['region_id'])) {
139
$newRegion = $this->regionFactory->create()->load($attributeValues['region_id']);
0 commit comments