Skip to content

Commit fff5eb3

Browse files
committed
changed all webservices schema to https
1 parent 3e090ed commit fff5eb3

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/Adapter/Mellat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Mellat extends AdapterAbstract implements AdapterInterface
1616
protected $WSDL = 'https://bpm.shaparak.ir/pgwchannel/services/pgw?wsdl';
1717
protected $endPoint = 'https://bpm.shaparak.ir/pgwchannel/startpay.mellat';
1818

19-
protected $testWSDL = 'http://banktest.ir/gateway/mellat/ws?wsdl';
20-
protected $testEndPoint = 'http://banktest.ir/gateway/mellat/gate';
19+
protected $testWSDL = 'https://banktest.ir/gateway/mellat/ws?wsdl';
20+
protected $testEndPoint = 'https://banktest.ir/gateway/mellat/gate';
2121

2222
protected $reverseSupport = true;
2323

src/Adapter/Parsian.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ class Parsian extends AdapterAbstract implements AdapterInterface
2222

2323
protected $endPoint = 'https://pec.shaparak.ir/NewIPG/';
2424

25-
protected $testWSDLSale = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Sale/SaleService.asmx?WSDL';
26-
protected $testWSDLConfirm = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Confirm/ConfirmService.asmx?WSDL';
27-
protected $testWSDLReversal = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Reverse/ReversalService.asmx?WSDL';
28-
protected $testWSDLMultiplex = 'http://banktest.ir/gateway/Parsian/NewIPGServices/MultiplexedSale/OnlineMultiplexedSalePaymentService.asmx?WSDL';
25+
protected $testWSDLSale = 'https://banktest.ir/gateway/Parsian/NewIPGServices/Sale/SaleService.asmx?WSDL';
26+
protected $testWSDLConfirm = 'https://banktest.ir/gateway/Parsian/NewIPGServices/Confirm/ConfirmService.asmx?WSDL';
27+
protected $testWSDLReversal = 'https://banktest.ir/gateway/Parsian/NewIPGServices/Reverse/ReversalService.asmx?WSDL';
28+
protected $testWSDLMultiplex = 'https://banktest.ir/gateway/Parsian/NewIPGServices/MultiplexedSale/OnlineMultiplexedSalePaymentService.asmx?WSDL';
2929

30-
protected $testEndPoint = 'http://banktest.ir/gateway/Parsian/NewIPGq';
30+
protected $testEndPoint = 'https://banktest.ir/gateway/Parsian/NewIPGq';
3131

3232
protected $reverseSupport = true;
3333

src/Adapter/Saderat.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class Saderat extends AdapterAbstract implements AdapterInterface
1818
protected $endPoint = 'https://mabna.shaparak.ir';
1919
protected $verifyWSDL = 'https://mabna.shaparak.ir/TransactionReference/TransactionReference?wsdl';
2020

21-
protected $testWSDL = 'http://mabna.shaparak.ir/PayloadTokenService?wsdl';
22-
protected $testEndPoint = 'http://mabna.shaparak.ir';
23-
protected $testVerifyWSDL = 'http://mabna.shaparak.ir/TransactionReference/TransactionReference?wsdl';
21+
protected $testWSDL = 'https://mabna.shaparak.ir/PayloadTokenService?wsdl';
22+
protected $testEndPoint = 'https://mabna.shaparak.ir';
23+
protected $testVerifyWSDL = 'https://mabna.shaparak.ir/TransactionReference/TransactionReference?wsdl';
2424

2525
protected $reverseSupport = false;
2626

src/Adapter/Saman.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Saman extends AdapterAbstract implements AdapterInterface
1919
protected $tokenWSDL = 'https://sep.shaparak.ir/Payments/InitPayment.asmx?WSDL';
2020
protected $endPoint = 'https://sep.shaparak.ir/Payment.aspx';
2121

22-
protected $testWSDL = 'http://banktest.ir/gateway/saman/payments/referencepayment?wsdl';
23-
protected $testTokenWSDL = 'http://banktest.ir/gateway/saman/Payments/InitPayment?wsdl';
24-
protected $testEndPoint = 'http://banktest.ir/gateway/saman/gate';
22+
protected $testWSDL = 'https://banktest.ir/gateway/saman/payments/referencepayment?wsdl';
23+
protected $testTokenWSDL = 'https://banktest.ir/gateway/saman/Payments/InitPayment?wsdl';
24+
protected $testEndPoint = 'https://banktest.ir/gateway/saman/gate';
2525

2626
protected $reverseSupport = true;
2727

src/Adapter/Zarinpal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class Zarinpal extends AdapterAbstract implements AdapterInterface
2020
protected $zarinEndPoint = 'https://www.zarinpal.com/pg/StartPay/{authority}/ZarinGate';
2121
protected $mobileEndPoint = 'https://www.zarinpal.com/pg/StartPay/{authority}/MobileGate';
2222

23-
protected $testWSDL = 'http://banktest.ir/gateway/zarinpal/ws?wsdl';
24-
protected $testEndPoint = 'http://banktest.ir/gateway/zarinpal/gate/{authority}';
23+
protected $testWSDL = 'https://banktest.ir/gateway/zarinpal/ws?wsdl';
24+
protected $testEndPoint = 'https://banktest.ir/gateway/zarinpal/gate/{authority}';
2525

2626
public $reverseSupport = false;
2727

0 commit comments

Comments
 (0)