diff --git a/app/Http/Controllers/ArticleController.php b/app/Http/Controllers/ArticleController.php index 23a0ee3d..b949e8cc 100755 --- a/app/Http/Controllers/ArticleController.php +++ b/app/Http/Controllers/ArticleController.php @@ -113,7 +113,7 @@ class ArticleController extends Controller 'id' => $articoloVenduto->idArticolo, 'title' => $articoloVenduto->Titolo, 'DataPubblicazione' => $articoloVenduto->DataPubblicazione, - 'Ean13' => $articoloVenduto->Ean13, + 'isbn' => $articoloVenduto->Ean13, 'totaleVenduti' => $articoloVenduto->totaleVenduto, 'rank3M' => $articoloVenduto->rank3M, 'rank6M' => $articoloVenduto->rank6M,