ソースを参照

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

読み込み中…
キャンセル
保存