Skip to content

Commit

Permalink
fixed parsian webservice URL on version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed May 31, 2020
1 parent 0444d0d commit d257e12
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Adapter/Parsian.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ class Parsian extends AdapterAbstract implements AdapterInterface

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

protected $testWSDLSale = 'http://banktest.ir/gateway/parsian-sale/ws?wsdl';
protected $testWSDLConfirm = 'http://banktest.ir/gateway/parsian-confirm/ws?wsdl';
protected $testWSDLReversal = 'http://banktest.ir/gateway/parsian-reverse/ws?wsdl';
protected $testWSDLMultiplex = 'http://banktest.ir/parsian/NewIPGServices/MultiplexedSale/OnlineMultiplexedSalePaymentService.asmx?wsdl';
protected $testWSDLSale = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Sale/SaleService.asmx?WSDL';
protected $testWSDLConfirm = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Confirm/ConfirmService.asmx?WSDL';
protected $testWSDLReversal = 'http://banktest.ir/gateway/Parsian/NewIPGServices/Reverse/ReversalService.asmx?WSDL';
protected $testWSDLMultiplex = 'http://banktest.ir/gateway/Parsian/NewIPGServices/MultiplexedSale/OnlineMultiplexedSalePaymentService.asmx?WSDL';

protected $testEndPoint = 'http://banktest.ir/gateway/Parsian/NewIPGq';

protected $testEndPoint = 'http://banktest.ir/gateway/parsian/gate';

protected $reverseSupport = true;

Expand Down

0 comments on commit d257e12

Please sign in to comment.