Skip to content

Commit

Permalink
Merge pull request #10 from alexminza/fix/9
Browse files Browse the repository at this point in the history
  • Loading branch information
keriat authored Oct 27, 2021
2 parents deb65d6 + a82460f commit 7bf2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaibClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function revertTransaction($transId, $amount)
$args = array(
'command' => 'r',
'trans_id' => $transId,
'amount' => $amount,
'amount' => (string)($amount * 100),
);

return parent::revertTransaction($args);
Expand Down

0 comments on commit 7bf2cbf

Please sign in to comment.