Kaynağa Gözat

Merge branch 'develop'

master
Fab 4 yıl önce
ebeveyn
işleme
8da57c5c44
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php Dosyayı Görüntüle

@@ -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)

Yükleniyor…
İptal
Kaydet