Skip to content

Commit eeac301

Browse files
committed
ACP2E-1388, added cast
1 parent 5c2441f commit eeac301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Plugin/ProductPriceIndexModifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function aroundModifyPrice(
5656
}
5757

5858
foreach ($entityIds as $id) {
59-
if (!$this->isWithinDynamicPriceBundle($priceTable->getTableName(), $id)) {
59+
if (!$this->isWithinDynamicPriceBundle($priceTable->getTableName(), (int) $id)) {
6060
$proceed($priceTable, [$id]);
6161
}
6262
}

0 commit comments

Comments
 (0)