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 b7c6675 commit 8374dfeCopy full SHA for 8374dfe
test/Fixtures/CustomerFixtureTrait.php
@@ -98,7 +98,6 @@ public function getMinimalNotRegisteredB2bCustomer(): Customer
98
*/
99
public function getMaximalNotRegisteredB2bCustomer(): Customer
100
{
101
-
102
$customer = $this->getMinimalNotRegisteredB2bCustomer()
103
->setShippingAddress($this->getShippingAddress())
104
->setSalutation(Salutations::MR)
@@ -135,7 +134,6 @@ public function getMinimalRegisteredB2bCustomer(): Customer
135
134
136
public function getMaximalRegisteredB2bCustomer(): Customer
137
138
139
$customer = $this->getMinimalRegisteredB2bCustomer()
140
141
0 commit comments