Fab před 2 roky
rodič
revize
7aa83f8218
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      Repository/Order/OrderShopStore.php

+ 2
- 2
Repository/Order/OrderShopStore.php Zobrazit soubor

@@ -612,7 +612,7 @@ class OrderShopStore extends AbstractStore
DistributionInterface $distribution,
ProductInterface $product,
$query = null
): ?string {
): float {
//TODO attention à vérifier
$query = $this->createQuery($query);

@@ -629,7 +629,7 @@ class OrderShopStore extends AbstractStore
if ($result) {
return $result['quantity'];
}
return null;
return 0;
}

public function isReductionCreditAllowAddToOrder(

Načítá se…
Zrušit
Uložit