Selaa lähdekoodia

[Global] Bon cadeau

feature/module_traiteur_v1
Fab 4 vuotta sitten
vanhempi
commit
264e2d041a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtilsReductionTrait.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna