Преглед изворни кода

setOrderStatus -> changeOrderStatus

feature/export_comptable
Guillaume пре 4 година
родитељ
комит
0a936c0642
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Прегледај датотеку

@@ -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;
}

Loading…
Откажи
Сачувај