Skip to content

Commit 3e090ed

Browse files
committed
changed Pasargad Api schema to https
1 parent c4ddff8 commit 3e090ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Adapter/Pasargad.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class Pasargad extends AdapterAbstract implements AdapterInterface
2121
protected $refundUrl = 'https://pep.shaparak.ir/doRefund.aspx';
2222

2323

24-
protected $testEndPoint = 'http://banktest.ir/gateway/pasargad/gateway';
25-
protected $testCheckTransactionUrl = 'http://banktest.ir/gateway/pasargad/CheckTransactionResult';
26-
protected $testVerifyUrl = 'http://banktest.ir/gateway/pasargad/VerifyPayment';
27-
protected $testRefundUrl = 'http://banktest.ir/gateway/pasargad/doRefund';
24+
protected $testEndPoint = 'https://banktest.ir/gateway/pasargad/gateway';
25+
protected $testCheckTransactionUrl = 'https://banktest.ir/gateway/pasargad/CheckTransactionResult';
26+
protected $testVerifyUrl = 'https://banktest.ir/gateway/pasargad/VerifyPayment';
27+
protected $testRefundUrl = 'https://banktest.ir/gateway/pasargad/doRefund';
2828

2929

3030
/**

0 commit comments

Comments
 (0)