Fabien Normand 2 лет назад
Родитель
Сommit
8e72193625
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      Controller/Order/CartController.php

+ 1
- 0
Controller/Order/CartController.php Просмотреть файл

@@ -21,6 +21,7 @@ class CartController extends AbstractController
protected int $quantityOrder = 1;
protected array $orderProducts = [];

//TODO Refactorer cette méthode ligne 48 return false !!! Pas possible, de plus elle retourne un json vide ...
public function addProductFamily(Request $request): JsonResponse
{
$user = $this->getUserCurrent();

Загрузка…
Отмена
Сохранить