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()
71
71
public function testGetOrderIds ()
72
72
{
73
73
$ ids = [100 , 102 , 103 ];
74
- $ this ->sessionMock ->method ('getOrderIds ' )->willReturn ($ ids );;
74
+ $ this ->sessionMock ->method ('getOrderIds ' )->willReturn ($ ids );
75
75
76
76
$ this ->assertEquals ($ ids , $ this ->model ->getOrderIds ());
77
77
}
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ protected function processProductItems(
531
531
$ total ->setSubtotalInclTax ($ subtotalInclTax );
532
532
$ total ->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );
533
533
$ total ->setBaseSubtotalInclTax ($ baseSubtotalInclTax );
534
- $ shippingAssignment ->getShipping ()->getAddress ()->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );;
534
+ $ shippingAssignment ->getShipping ()->getAddress ()->setBaseSubtotalTotalInclTax ($ baseSubtotalInclTax );
535
535
536
536
return $ this ;
537
537
}
You can’t perform that action at this time.
0 commit comments