Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 14, 2024
1 parent a610953 commit 07d51fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$status = required_param('status', PARAM_TEXT);
$invoiceid = required_param('invoice_id', PARAM_ALPHANUMEXT);
$amount = required_param('amount_crypto', PARAM_TEXT);
$amount = required_param('amount_crypto', PARAM_FLOAT);
$currency = required_param('currency', PARAM_TEXT);
$orderid = required_param('order_id', PARAM_INT);
$token = required_param('token', PARAM_TEXT);
Expand Down

0 comments on commit 07d51fc

Please sign in to comment.