소스 검색

youyou

develop
Fab 2 년 전
부모
커밋
7aa83f8218
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Repository/Order/OrderShopStore.php

+ 2
- 2
Repository/Order/OrderShopStore.php 파일 보기

@@ -612,7 +612,7 @@ class OrderShopStore extends AbstractStore
DistributionInterface $distribution,
ProductInterface $product,
$query = null
): ?string {
): float {
//TODO attention à vérifier
$query = $this->createQuery($query);

@@ -629,7 +629,7 @@ class OrderShopStore extends AbstractStore
if ($result) {
return $result['quantity'];
}
return null;
return 0;
}

public function isReductionCreditAllowAddToOrder(

Loading…
취소
저장