Bladeren bron

[Backend] Correctif ReductionCart

feature/module_traiteur_v1
Fab 4 jaren geleden
bovenliggende
commit
9f6d5cd4f7
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php Bestand weergeven

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

Laden…
Annuleren
Opslaan