瀏覽代碼

[Global] Bon cadeau

feature/module_traiteur_v1
Fab 4 年之前
父節點
當前提交
264e2d041a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtilsReductionTrait.php 查看文件

@@ -183,7 +183,7 @@ trait OrderUtilsReductionTrait
}

public function isReductionGiftUsed($reductionGift){
if(!$this->orderShopRepo->countValidOrderWithReductionCredit($reductionGift)) {
if($this->orderShopRepo->countValidOrderWithReductionCredit($reductionGift)) {
return true;
}else{
return false;

Loading…
取消
儲存