浏览代码

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

正在加载...
取消
保存