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)
525525 * @throws ValidatorException
526526 * @throws LocalizedException
527527 * @throws \Exception
528+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
529+ * @SuppressWarnings(PHPMD.NPathComplexity)
528530 */
529531 protected function submitQuote (QuoteEntity $ quote , $ orderData = [])
530532 {
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ public function testCreateOrderNewCustomerDifferentAddresses()
400400 ),
401401 'shipping_method ' => $ shippingMethod ,
402402 'comment ' => ['customer_note ' => '' ],
403- 'send_confirmation ' => true ,
403+ 'send_confirmation ' => true
404404 ];
405405 $ paymentData = ['method ' => $ paymentMethod ];
406406
You can’t perform that action at this time.
0 commit comments