Usunięto zbędny znak nowej linii przed ustawieniem koszyka w metodzie fulfill klasy OrderFulfiller.
This commit is contained in:
@@ -83,7 +83,6 @@ class OrderFulfiller
|
||||
|
||||
// add cart
|
||||
$cart = $this->cartProvider->provide($data);
|
||||
|
||||
$order->setCart($cart);
|
||||
|
||||
// add order lines
|
||||
|
||||
Reference in New Issue
Block a user