Skip to content

Commit

Permalink
Merge pull request #21 from farayaz/20-invaliddescription-error-in-te…
Browse files Browse the repository at this point in the history
…jaratbajet-purchases-method

fix: add missing description filed in TejaratBajet->verify
  • Loading branch information
mehrdadx10 authored May 10, 2024
2 parents 0de2b65 + 2c8b32b commit 7e8b13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gateways/TejaratBajet.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function verify(
$data = [
'otp' => $params['otp'],
'amount' => $amount,
'description' => $id,
];
$this->_request('POST', $url, $data, $headers);

Expand Down

0 comments on commit 7e8b13c

Please sign in to comment.