Skip to content

Commit

Permalink
Update Saman.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dena-a authored Jun 2, 2023
1 parent a978e52 commit 9497317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/Saman/Saman.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected function purchaseViewParams(): array
'method' => 'POST',
'form_data' => [
'Token' => $this->getToken(),
'RedirectURL' => $this->getCallbackUrl(),
'RedirectURL' => $this->preparedCallbackUrl(),
],
];
}
Expand Down

0 comments on commit 9497317

Please sign in to comment.