We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003b92a + 11ffb00 commit 1596160Copy full SHA for 1596160
src/Adapter/Saman.php
@@ -13,7 +13,7 @@
13
*/
14
class Saman extends AdapterAbstract implements AdapterInterface
15
{
16
- protected $WSDL = 'https://sep.shaparak.ir/payments/referenclarapay.asmx?WSDL';
+ protected $WSDL = 'https://sep.shaparak.ir/payments/referencepayment.asmx?WSDL';
17
protected $tokenWSDL = 'https://sep.shaparak.ir/Payments/InitPayment.asmx?WSDL';
18
protected $endPoint = 'https://sep.shaparak.ir/Payment.aspx';
19
@@ -218,7 +218,6 @@ protected function reverseTransaction(): bool
218
219
if ($response == 1) { // check by transaction amount
220
$this->getTransaction()->setRefunded(true);
221
-
222
return true;
223
} else {
224
throw new Exception($response);
0 commit comments