Skip to content

Commit defbdb1

Browse files
committed
MAGETWO-43288: Paypal WebAPI exception error when placing order within PayPal Payments Pro
- Fixed REST tests
1 parent e32f4f1 commit defbdb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public function testSetPaymentWithSimpleProduct()
120120
"cartId" => $cartId,
121121
"method" => [
122122
'method' => 'checkmo',
123-
'title' => 'title',
124123
'po_number' => '200',
125124
'cc_owner' => 'tester',
126125
'cc_type' => 'test',
@@ -160,7 +159,6 @@ public function testSetPaymentWithSimpleProductWithoutAddress()
160159
"cartId" => $cartId,
161160
"method" => [
162161
'method' => 'checkmo',
163-
'title' => 'title',
164162
'po_number' => '200',
165163
'cc_owner' => 'tester',
166164
'cc_type' => 'test',

0 commit comments

Comments
 (0)