소스 검색

Merge branch 'develop'

master
Fab 4 년 전
부모
커밋
8da57c5c44
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php 파일 보기

@@ -68,7 +68,6 @@ class ReductionCartRepository extends BaseRepository implements DefaultRepositor

$reductionCartsArray = [] ;
foreach($reductionCarts as $reductionCart) {
dump($reductionCart);
if($this->orderUtils->isReductionCartMatchWithUser($reductionCart, $user)
&& $this->orderUtils->isReductionCartMatchWithGroupUser($reductionCart, $user)
&& $this->orderUtils->countReductionCartAvailableForUser($reductionCart, $user)

Loading…
취소
저장