Skip to content

Commit a403bf2

Browse files
committed
fix store ID
1 parent ac3fd92 commit a403bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/Sales/Plugin/ShippingSyncer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private function syncShippingProfilesForStore(string $eventType, $storeId)
118118
}
119119

120120
try {
121-
$this->shippingData->setStoreId($storeId);
121+
$this->shippingData->setStoreId((int)$storeId);
122122
$shippingProfiles = [
123123
$this->shippingData->buildShippingProfile(ShippingProfileTypes::TABLE_RATE),
124124
$this->shippingData->buildShippingProfile(ShippingProfileTypes::FLAT_RATE),

0 commit comments

Comments
 (0)