Skip to content

Commit c2df0ad

Browse files
committed
MAGETWO-91105: Table Rates not working for Armed Forces states in Europe (AE)
1 parent be65bab commit c2df0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/LocationDirectory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ protected function loadRegions()
154154
/**
155155
* Retrieve region id.
156156
*
157-
* @param string $countryId
157+
* @param int $countryId
158158
* @param string $regionCode
159159
* @return string
160160
* @deprecated
161161
*/
162-
public function getRegionId(string $countryId, string $regionCode): string
162+
public function getRegionId($countryId, $regionCode)
163163
{
164164
$this->loadRegions();
165165

0 commit comments

Comments
 (0)