You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST a new product with custom options to "/rest/V1/products"
Expected result
a new product with custom options
Actual result
a new product without custom options
After I debug it, I found wrong code may exist in the save function of "\vendor\magento\module-catalog\Model\ProductRepository.php".
In line 565, get a null $productOptions
In line 585, set the right options to $product
In line 603, set the null $productOptions as product options to the $product
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected result
Actual result
In line 565, get a null $productOptions
In line 585, set the right
options
to $productIn line 603, set the null $productOptions as product options to the $product
The text was updated successfully, but these errors were encountered: