MDVA-30889: Can’t invoice bundle products virtual and simple
The MDVA-30889 patch solves the issue where an error occurs after invoicing a bundle product with both virtual and simple options. This patch is available when the Quality Patches Tool (QPT) 1.0.9 is installed. Please note that the issue was fixed in Adobe Commerce 2.4.2.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.3.4
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.3.0 - 2.4.1
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
Prerequisites:
Install Adobe Commerce with Inventory Management.
Steps to reproduce:
- Go to Admin.
- Create a simple product.
- Create a virtual product.
- Create a bundle product (Create two dropdown options for child products, and assign virtual and simple products.). Set Dynamic Price = No.
- Go to the storefront.
- Go to the product’s page.
- Add the product to the cart.
- Proceed to checkout, and order the product.
- Go to Admin > Orders.
- Open the created order, and invoice it.
Expected results:
The invoice of a bundle product (that contains both simple and virtual products) is created.
Actual results:
The invoice is not created, and you receive an error similar to this:
TypeError: Return value of Magento\InventorySourceSelection\Model\Request\InventoryRequest::getItems() must be of the type array, null returned in vendor/magento/module-inventory-source-selection/Model/Request/InventoryRequest.php:102
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Software Update Guide > Apply Patches in our developer documentation.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in our developer documentation.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool released: a new tool to self-serve quality patches in our support knowledge base.
- Check if patch is available for your Adobe Commerce issue using Quality Patches Tool in our support knowledge base.
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.