Skip to content

Commit 91bd74d

Browse files
Revert url conversion.
This is the wrong place to do this per upstream discussion and if was not able to reproduce an error in testing just now
1 parent db11d3a commit 91bd74d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vendor/omnipay/paymentexpress/src/Message/PxPayAuthorizeRequest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,4 @@ protected function createResponse($data)
245245
{
246246
return $this->response = new PxPayAuthorizeResponse($this, $data);
247247
}
248-
249-
/**
250-
* Get the request return URL.
251-
*
252-
* @return string
253-
*/
254-
public function getReturnUrl()
255-
{
256-
return htmlentities($this->getParameter('returnUrl'));
257-
}
258248
}

0 commit comments

Comments
 (0)