File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/Quote/Model
dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,8 @@ protected function resolveItems(QuoteEntity $quote)
525
525
* @throws ValidatorException
526
526
* @throws LocalizedException
527
527
* @throws \Exception
528
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
529
+ * @SuppressWarnings(PHPMD.NPathComplexity)
528
530
*/
529
531
protected function submitQuote (QuoteEntity $ quote , $ orderData = [])
530
532
{
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ public function testCreateOrderNewCustomerDifferentAddresses()
400
400
),
401
401
'shipping_method ' => $ shippingMethod ,
402
402
'comment ' => ['customer_note ' => '' ],
403
- 'send_confirmation ' => true ,
403
+ 'send_confirmation ' => true
404
404
];
405
405
$ paymentData = ['method ' => $ paymentMethod ];
406
406
You can’t perform that action at this time.
0 commit comments