1
0

Fix: Product ID

This commit is contained in:
Richard Dern 2024-04-28 01:26:56 +02:00
parent 897811f69a
commit 495936503d

View File

@ -61,7 +61,7 @@ public function createBundle(): string
$bundle->metadata('metadata')->setMany([
'Détails' => [
'Identifiant' => $this->data['product_id'],
'Identifiant' => $this->data['productId'],
'Date de sortie' => $setData['year'],
'Nombre de pièces' => $setData['num_parts'],
],