Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ad9bc00

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID 3ad9bc00e4cf2d6c835d552908e0e3525e02e812
  • Vorgänger 3f789da1
  • Nachfolger 127e9b03

shopware6: Bei der Produkt-Kategorie-Zuordnung nur die Blätter löschen

Unterschiede anzeigen:

SL/ShopConnector/Shopware6.pm
265 265
  my ($product_id, $category_tree);
266 266
  try {
267 267
    $product_id    = from_json($ret->responseContent())->{data}->[0]->{id};
268
    $category_tree = from_json($ret->responseContent())->{data}->[0]->{categoryTree};
268
    $category_tree = from_json($ret->responseContent())->{data}->[0]->{categoryIds};
269 269
  } catch { die "Malformed JSON Data: $_ " . $ret->responseContent();  };
270 270
  my $cat;
271 271
  # if the part is connected to a category at all

Auch abrufbar als: Unified diff