Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 11, 2024
1 parent 32de537 commit efbdd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
$description = required_param('description', PARAM_TEXT);

$password = optional_param('password', null, PARAM_TEXT);
$skipmode = optional_param('skipmode', null, PARAM_TEXT);
$skipmode = optional_param('skipmode', null, PARAM_INT);
$costself = optional_param('costself', null, PARAM_TEXT);

$config = (object) helper::get_gateway_configuration($component, $paymentarea, $itemid, 'robokassa');
Expand Down

0 comments on commit efbdd97

Please sign in to comment.