Skip to content

Commit 0f8d273

Browse files
author
Oleksandr Dubovyk
committed
MC-18365: PayPal Express Address Fields - Concatenating First/Last Name
- remove test variation
1 parent 02e18bf commit 0f8d273

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

app/code/Magento/Paypal/Test/Unit/Model/Api/NvpTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -242,23 +242,6 @@ public function callGetExpressCheckoutDetailsDataProvider()
242242
'telephone' => '223322',
243243
'region' => 'testSTATE',
244244
]
245-
],
246-
[
247-
"\r\n" . 'ACK=Success&SHIPTONAME=John'
248-
. '&SHIPTOSTREET=testStreet'
249-
. '&BUSINESS=testCompany'
250-
. '&SHIPTOCITY=testCity'
251-
. '&PHONENUM=223322'
252-
. '&STATE=testSTATE',
253-
[
254-
'firstName' => 'John',
255-
'lastName' => null,
256-
'street' => 'testStreet',
257-
'company' => 'testCompany',
258-
'city' => 'testCity',
259-
'telephone' => '223322',
260-
'region' => 'testSTATE',
261-
]
262245
]
263246
];
264247
}

0 commit comments

Comments
 (0)