diff --git a/src/CoreShop/Component/Product/Rule/Action/PriceActionProcessor.php b/src/CoreShop/Component/Product/Rule/Action/PriceActionProcessor.php index 915277f6ca..b30e681417 100644 --- a/src/CoreShop/Component/Product/Rule/Action/PriceActionProcessor.php +++ b/src/CoreShop/Component/Product/Rule/Action/PriceActionProcessor.php @@ -55,7 +55,7 @@ public function getPrice($subject, array $context, array $configuration): int * @var CurrencyInterface $contextCurrency */ $contextCurrency = $context['base_currency']; - $price = $configuration['price']; + $price = (int) $configuration['price']; /** * @var CurrencyInterface $currency