Explorar el Código

[Backend] Correctif ReductionCart

feature/module_traiteur_v1
Fab hace 4 años
padre
commit
9f6d5cd4f7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php Ver fichero

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

Cargando…
Cancelar
Guardar