diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 2e94547da..278b83d77 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -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,