diff --git a/src/QUI/ERP/Order/Basket/Basket.php b/src/QUI/ERP/Order/Basket/Basket.php index 96d08fd8f25e892cfc4a764febae14aa8fb05a21..8a50fad7f73d455dd44951813e70f83912edc342 100644 --- a/src/QUI/ERP/Order/Basket/Basket.php +++ b/src/QUI/ERP/Order/Basket/Basket.php @@ -324,7 +324,7 @@ public function toArray(): array 'id' => $this->getId(), 'products' => $result, 'calculations' => $calculations, - 'unformatted' => unformatted + 'unformatted' => $unformatted ]; }