Skip to content

Commit bd417f0

Browse files
author
Caleb Fidecaro
committed
Merge pull request #8 from Petah/patch-3
Fix endpoint in PxPay
2 parents 2f10f58 + e2f66b5 commit bd417f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/PxPayAuthorizeRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class PxPayAuthorizeRequest extends AbstractRequest
1212
{
13-
protected $endpoint = 'https://sec.paymentexpress.com/pxpay/pxaccess.aspx';
13+
protected $endpoint = 'https://sec.paymentexpress.com/pxaccess/pxpay.aspx';
1414
protected $action = 'Auth';
1515

1616
public function getUsername()

0 commit comments

Comments
 (0)