Переглянути джерело

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

Завантаження…
Відмінити
Зберегти