Skip to content

Commit 7d9e67a

Browse files
committed
fixed Pasargad gateway URL
1 parent 1a2a9eb commit 7d9e67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Pasargad.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pasargad extends AdapterAbstract implements AdapterInterface
1414
protected $refundUrl = 'https://pep.shaparak.ir/doRefund.aspx';
1515

1616

17-
protected $testEndPoint = 'http://banktest.ir/gateway/pasargad/gate';
17+
protected $testEndPoint = 'http://banktest.ir/gateway/pasargad/gateway';
1818
protected $testCheckTransactionUrl = 'http://banktest.ir/gateway/pasargad/inquiry';
1919
protected $testVerifyUrl = 'http://banktest.ir/gateway/pasargad/verify';
2020
protected $testRefundUrl = 'http://banktest.ir/gateway/pasargad/refund';

0 commit comments

Comments
 (0)