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 02e18bf commit 0f8d273Copy full SHA for 0f8d273
app/code/Magento/Paypal/Test/Unit/Model/Api/NvpTest.php
@@ -242,23 +242,6 @@ public function callGetExpressCheckoutDetailsDataProvider()
242
'telephone' => '223322',
243
'region' => 'testSTATE',
244
]
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
- ]
262
263
];
264
}
0 commit comments