소스 검색

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…
취소
저장