Reverted PR
This commit is contained in:
parent
786dfc56ea
commit
0a9006cbde
|
|
@ -630,7 +630,6 @@ class Configurable extends AbstractType
|
|||
'sku' => $childProduct->sku,
|
||||
'name' => $childProduct->name,
|
||||
'type' => $childProduct->type,
|
||||
'quantity' => $data['quantity'],
|
||||
'additional' => [
|
||||
'product_id' => (int) $data['selected_configurable_option'],
|
||||
'parent_id' => $this->product->id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue