Loading src/SellOnceChecker.php +7 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,13 @@ class SellOnceChecker implements StockCheckInterface { return 0; } /** * {@inheritdoc} */ public function getTotalAvailableStockLevel(PurchasableEntityInterface $entity, array $locations) { return $this->getTotalStockLevel($entity, $locations); } /** * {@inheritdoc} */ Loading Loading
src/SellOnceChecker.php +7 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,13 @@ class SellOnceChecker implements StockCheckInterface { return 0; } /** * {@inheritdoc} */ public function getTotalAvailableStockLevel(PurchasableEntityInterface $entity, array $locations) { return $this->getTotalStockLevel($entity, $locations); } /** * {@inheritdoc} */ Loading