Skip to content

Commit

Permalink
Merge pull request #55 from farayaz/54-mehriran-verify-error
Browse files Browse the repository at this point in the history
fix: mehriran verify url
  • Loading branch information
mehrdadx10 committed Jul 7, 2024
2 parents a6e34c9 + 172cc00 commit d49b4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/MehrIran.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function verify(
throw new LarapayException($this->translateStatus('id-missmatch'));
}

$url = $this->config['url'] . 'service/vpos/trxConfirm';
$url = $this->url . 'service/vpos/trxConfirm';
$data = [
'transaction-id' => $token,
'operation' => 'confirm',
Expand Down

0 comments on commit d49b4df

Please sign in to comment.