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.
2 parents 95fe398 + 7308161 commit 9c413e4Copy full SHA for 9c413e4
app/code/Meta/BusinessExtension/Model/MBEInstalls.php
@@ -151,7 +151,7 @@ public function save($response, $storeId)
151
$this->savePages($data['pages'] ?? '', $storeId);
152
$this->saveCatalogId($catalogId, $storeId);
153
$this->saveCommercePartnerIntegrationId($commercePartnerIntegrationId, $storeId);
154
- $this->saveIsOnsiteEligible($onsite_eligible, $storeId);
+ $this->saveIsOnsiteEligible($onsite_eligible, (int)$storeId);
155
$this->saveMerchantSettingsId($data['commerce_merchant_settings_id'] ?? '', $storeId);
156
$this->saveInstalledFeatures($data['installed_features'] ?? '', $storeId);
157
$this->setInstalledFlag($storeId);
0 commit comments