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 be65bab commit c2df0adCopy full SHA for c2df0ad
app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/LocationDirectory.php
@@ -154,12 +154,12 @@ protected function loadRegions()
154
/**
155
* Retrieve region id.
156
*
157
- * @param string $countryId
+ * @param int $countryId
158
* @param string $regionCode
159
* @return string
160
* @deprecated
161
*/
162
- public function getRegionId(string $countryId, string $regionCode): string
+ public function getRegionId($countryId, $regionCode)
163
{
164
$this->loadRegions();
165
0 commit comments