瀏覽代碼

[Backend] Correctif ReductionCart

feature/module_traiteur_v1
Fab 4 年之前
父節點
當前提交
9f6d5cd4f7
共有 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…
取消
儲存