Skip to content

Commit

Permalink
Merge pull request #204 from hoseinz3xs/dev
Browse files Browse the repository at this point in the history
Fix stupid realese bug
  • Loading branch information
hpakdaman committed Nov 7, 2019
2 parents ee552d2 + 248d6bf commit 5f17cb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Saman/Saman.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ class Saman extends PortAbstract implements PortInterface
* @var string
*/

// protected $serverVerifyUrl = "https://sep.shaparak.ir/payments/referencepayment.asmx?WSDL";
protected $serverVerifyUrl = "http://banktest.ir/gateway/saman/payments/referencepayment?wsdl";
protected $serverVerifyUrl = "https://sep.shaparak.ir/payments/referencepayment.asmx?WSDL";

// protected $gateUrl = "https://sep.shaparak.ir/Payment.aspx";
protected $gateUrl = "http://banktest.ir/gateway/saman/gate";
protected $gateUrl = "https://sep.shaparak.ir/Payment.aspx";

/**
* {@inheritdoc}
Expand Down

0 comments on commit 5f17cb0

Please sign in to comment.