Reverted PR

This commit is contained in:
Devansh 2021-12-22 20:27:56 +05:30
parent 786dfc56ea
commit 0a9006cbde
1 changed files with 0 additions and 1 deletions

View File

@ -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,