Skip to content

Commit 597f97e

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
AC-9340::Error occurs during Region id Processing while multi-shipping checkout
1 parent b98f4b5 commit 597f97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Customer/Model/Address/AbstractAddress.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@ public function getRegionId()
453453
(string)$this->getRegionCode(),
454454
(string)$this->getCountryId()
455455
);
456+
if (empty($regionId)) {
457+
return $this->getData('region_id');
458+
}
456459
$this->setData('region_id', $regionId);
457460
}
458461

0 commit comments

Comments
 (0)