Bläddra i källkod

setOrderStatus -> changeOrderStatus

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
0a936c0642
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Visa fil

@@ -120,7 +120,7 @@ class OrderUtils
throw new \ErrorException('La commande doit être liée à un merchant.');
}

$orderShop = $this->setOrderStatus('cart', $orderShop);
$orderShop = $this->changeOrderStatus('cart', $orderShop);

return $orderShop;
}

Laddar…
Avbryt
Spara