Usunięto zbędny znak nowej linii przed ustawieniem koszyka w metodzie fulfill klasy OrderFulfiller.

This commit is contained in:
2025-06-04 23:18:07 +02:00
parent edcf46bab4
commit 1f7b038724

View File

@@ -83,7 +83,6 @@ class OrderFulfiller
// add cart
$cart = $this->cartProvider->provide($data);
$order->setCart($cart);
// add order lines