Skip to content

Commit 4758118

Browse files
author
Prabhu Ram
committed
MC-17411: Add plugins/update existing ones to support the Payflow Pro
- fix integration test
1 parent d157d3b commit 4758118

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Paypal/Controller/Transparent

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Paypal/Controller/Transparent/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testPaymentCcExpirationDate(
5757

5858
$quote = $this->getQuote($reservedOrderId);
5959
$this->getRequest()->setPostValue($postData);
60-
60+
$this->getRequest()->setMethod('POST');
6161
/** @var Session $checkoutSession */
6262
$checkoutSession = $this->_objectManager->get(GenericSession::class);
6363
$checkoutSession->setQuoteId($quote->getId());

0 commit comments

Comments
 (0)