JTL Import

This commit is contained in:
Marko
2023-06-19 09:20:14 +02:00
parent 30a8e73f21
commit 873162859c
7 changed files with 153 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ class Jtl
*/
public function getProducts(): array
{
$r = $this->productRepository->findAll();
$data = array();