Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 18, 2024
1 parent b1516fe commit 58ca1cc
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 @@ -31,7 +31,7 @@
defined('MOODLE_INTERNAL') || die();

$invid = required_param('InvId', PARAM_INT);
$outsumm = required_param('OutSum', PARAM_TEXT);
$outsumm = required_param('OutSum', PARAM_TEXT); // TEXT only!
$signature = required_param('SignatureValue', PARAM_ALPHANUMEXT);

if (!$robokassatx = $DB->get_record('paygw_robokassa', ['paymentid' => $invid])) {
Expand Down

0 comments on commit 58ca1cc

Please sign in to comment.