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
Problem when cancel order with bundle product with fixed price, compensation reservation is created with broken SKU (bundle SKU dash bundle option SKU)
Preconditions
Magento with MSI
Steps to reproduce
Create simple product with SKU "simple product";
Create bundle product with SKU "bundle product", disabled field "Dynamic Price" (value like "No") and assign created simple product ("Ship Bundle Items":"Together", "Input type":"radio buttons", "price":"10", "default quantity":"1");
Go to storefront and create order with created bundle product;
Go to admin panel and cancel created order;
See created compensation reservation in table "inventory_reservation".
Expected result
Compensation reservation created for sku: "simple product" (bundle option SKU)
Actual result
Compensation reservation created for sku: "bundle product-simple product" (bundle SKU dash bundle option SKU)
The text was updated successfully, but these errors were encountered:
Description
Problem when cancel order with bundle product with fixed price, compensation reservation is created with broken SKU (bundle SKU dash bundle option SKU)
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: