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 d157d3b commit 4758118Copy full SHA for 4758118
dev/tests/integration/testsuite/Magento/Paypal/Controller/Transparent/ResponseTest.php
@@ -57,7 +57,7 @@ public function testPaymentCcExpirationDate(
57
58
$quote = $this->getQuote($reservedOrderId);
59
$this->getRequest()->setPostValue($postData);
60
-
+ $this->getRequest()->setMethod('POST');
61
/** @var Session $checkoutSession */
62
$checkoutSession = $this->_objectManager->get(GenericSession::class);
63
$checkoutSession->setQuoteId($quote->getId());
0 commit comments