Merge pull request #5457 from devansh-webkul/reverted-pr

Reverted PR #5454
This commit is contained in:
Devansh 2021-12-22 20:30:36 +05:30 committed by GitHub
commit 52d2331a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,