We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fccac4 commit 152d556Copy full SHA for 152d556
app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php
@@ -42,13 +42,11 @@ class CartExtensionTestHelper extends CartExtension
42
* Set shipping assignments for tests.
43
*
44
* @param array $shippingAssignments
45
- * @param mixed $negotiableQuote
46
* @return $this
47
*/
48
- public function setShippingAssignments($shippingAssignments, $negotiableQuote = null)
+ public function setShippingAssignments($shippingAssignments)
49
{
50
$this->testData['shipping_assignments'] = $shippingAssignments;
51
- $this->negotiableQuote = $negotiableQuote;
52
return $this;
53
}
54
0 commit comments