Browse Source

Merge branch 'develop'

master
Fabien Normand 2 years ago
parent
commit
8e72193625
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Controller/Order/CartController.php

+ 1
- 0
Controller/Order/CartController.php View File

protected int $quantityOrder = 1; protected int $quantityOrder = 1;
protected array $orderProducts = []; 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 public function addProductFamily(Request $request): JsonResponse
{ {
$user = $this->getUserCurrent(); $user = $this->getUserCurrent();

Loading…
Cancel
Save