File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments