We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077aef6 commit 64bfe1aCopy full SHA for 64bfe1a
src/Controller/EditCustomerOptionsAction.php
@@ -42,7 +42,7 @@ public function __construct(
42
$this->orderItemRepository = $orderItemRepository;
43
$this->orderItemOptionUpdater = $orderItemOptionUpdater;
44
$this->eventDispatcher = $eventDispatcher;
45
- $this->recalculatePrice = $recalculatePrice;
+ $this->recalculatePrice = $recalculatePrice;
46
}
47
48
/**
0 commit comments