File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Multishipping/Test/Unit/Block/Checkout
Tax/Model/Sales/Total/Quote Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function testGetOrderIdsWithEmptyIdsArray()
7171 public function testGetOrderIds ()
7272 {
7373 $ ids = [100 , 102 , 103 ];
74- $ this ->sessionMock ->method ('getOrderIds ' )->willReturn ($ ids );;
74+ $ this ->sessionMock ->method ('getOrderIds ' )->willReturn ($ ids );
7575
7676 $ this ->assertEquals ($ ids , $ this ->model ->getOrderIds ());
7777 }
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ protected function processProductItems(
531531 $ total ->setSubtotalInclTax ($ subtotalInclTax );
532532 $ total ->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );
533533 $ total ->setBaseSubtotalInclTax ($ baseSubtotalInclTax );
534- $ shippingAssignment ->getShipping ()->getAddress ()->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );;
534+ $ shippingAssignment ->getShipping ()->getAddress ()->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );
535535
536536 return $ this ;
537537 }
You can’t perform that action at this time.
0 commit comments