Skip to content

Commit

Permalink
Merge pull request #25 from farayaz/24-fix-keepa-typo-bug
Browse files Browse the repository at this point in the history
fix typo error in keepa
  • Loading branch information
mehrdadx10 committed May 13, 2024
2 parents 48e6ab5 + ab5c6a6 commit d49f084
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 @@ -64,7 +64,7 @@ public function verify(

$url = $this->url . 'verify_transaction';
$data = [
'payment_token' => $token, ,
'payment_token' => $token,
'reciept_number' => $params['reciept_number'],
];
$result = $this->_request($url, $data);
Expand Down

0 comments on commit d49f084

Please sign in to comment.