Skip to content

Commit

Permalink
Fix stupid realese bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hoseinz3 committed Nov 5, 2019
1 parent b8c5946 commit 248d6bf
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

1 comment on commit 248d6bf

@mojtabaRKS
Copy link

@mojtabaRKS mojtabaRKS commented on 248d6bf Nov 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hpakdaman
داداش --- نصف روزم رفت سر اینکه چرا یهو درگاه پرداختمون خراب شد چقدر از کارفرما حرف شنیدم... ------- ... این بار دوم بود که پکیجت یهو خراب شد ... باز دم این بنده خدا گرم که فیکسش کرد ... ولی نیوردی تو پکیجت من هرچی با composer update سعی کردم که این مشکلو حلش کنم نشد خودم دستی رفتم تو vendor عوضش کردم ... حداقل اگرم پکیج مینویسی واسش unit test بزار که اینجوری نشه...
@hoseinz3 دم شما گرم داداش

Please sign in to comment.