Skip to content

Commit 1add762

Browse files
ENGCOM-5138: Don't throw shipping method exception when creating quote with only virtual products in API #14384
- Merge Pull Request #14384 from Maikel-Koek/magento2:virtual-products-api-quote - Merged commits: 1. 0bcde8c 2. 9afb7bd 3. f902d82 4. a89e84a 5. 46d01a8 6. 17ef505
2 parents 2898df4 + 17ef505 commit 1add762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Checkout/Model/ShippingInformationManagementTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Magento\Quote\Api\ShipmentEstimationInterface;
2020
use Magento\Sales\Api\InvoiceOrderInterface;
2121

22+
/**
23+
* Shipping information managment test.
24+
*/
2225
class ShippingInformationManagementTest extends \PHPUnit\Framework\TestCase
2326
{
2427
/** @var CartManagementInterface */

0 commit comments

Comments
 (0)