Skip to content

Commit f942f95

Browse files
committed
MC-17117: PayPal :: Pay Flow Pro support
- added fixes for static failures
1 parent 5e1d52a commit f942f95

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Paypal/Model/Payflow/Service/Response/Transaction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public function getResponseObject($gatewayTransactionResponse)
111111
* Saves payment information in quote.
112112
*
113113
* @param DataObject $response
114+
* @param string $cartId
114115
* @return void
115116
* @throws \InvalidArgumentException
116117
*/

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PaypalPayflowProSetPaymentMethodTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public function testResolveGuest(): void
224224
$responseData['data']['handlePayflowProResponse']['cart']['selected_payment_method']['code']
225225
);
226226

227-
228227
$this->assertTrue(
229228
isset($responseData['data']['placeOrder']['order']['order_id'])
230229
);

0 commit comments

Comments
 (0)