Skip to content

Commit 08d9ce5

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-44643: [API] Adapt Sales API to be compatible with multishipping
1 parent d90a41c commit 08d9ce5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Address/ToOrderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function testConvert()
7575
$data = ['test' => 'beer'];
7676
$quoteId = 1;
7777
$storeId = 777;
78-
$shippingMethod = 'checkmo';
7978

8079
$object = $this->getMock('Magento\Quote\Model\Quote\Address', [], [], '', false);
8180
$quote = $this->getMock('Magento\Quote\Model\Quote', [], [], '', false);

0 commit comments

Comments
 (0)