Kaynağa Gözat

[Global] Bon cadeau

feature/module_traiteur_v1
Fab 4 yıl önce
ebeveyn
işleme
264e2d041a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtilsReductionTrait.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet