Ver código fonte

youyou

develop
Fab 2 anos atrás
pai
commit
7aa83f8218
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Repository/Order/OrderShopStore.php

+ 2
- 2
Repository/Order/OrderShopStore.php Ver arquivo

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

Carregando…
Cancelar
Salvar