Skip to content

Commit

Permalink
Merge pull request #27 from farayaz/26-change-keepa-redirect-action-url
Browse files Browse the repository at this point in the history
keepa: change redirec url from ipg.keepa.ir to ipg.kipaa.ir
  • Loading branch information
mehrdadx10 authored May 13, 2024
2 parents d49f084 + 2b2a4c3 commit 3bab6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/Keepa.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function verify(

public function redirect(int $id, string $token, string $callbackUrl)
{
$action = 'https://ipg.keepa.ir';
$action = 'https://ipg.kipaa.ir';
$fields = [
'payment_token' => $token,
];
Expand Down

0 comments on commit 3bab6be

Please sign in to comment.