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 37e9f89 commit e2f66b5Copy full SHA for e2f66b5
src/Message/PxPayAuthorizeRequest.php
@@ -10,7 +10,7 @@
10
*/
11
class PxPayAuthorizeRequest extends AbstractRequest
12
{
13
- protected $endpoint = 'https://sec.paymentexpress.com/pxpay/pxaccess.aspx';
+ protected $endpoint = 'https://sec.paymentexpress.com/pxaccess/pxpay.aspx';
14
protected $action = 'Auth';
15
16
public function getUsername()
0 commit comments