Skip to content

Commit

Permalink
fix #113
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed Dec 13, 2024
1 parent 2571636 commit 6f7b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static function validate_gateway_form(
$errors['suggest'] = get_string('suggesterror', 'paygw_robokassa');
}
if (!$data->recurrentperiod && $data->recurrent && !$data->recurrentday) {
$errors['recurrentperiod'] = get_string('recurrentperioderror', 'paygw_yookassa');
$errors['recurrentperiod'] = get_string('recurrentperioderror', 'paygw_robokassa');
}
}
}

0 comments on commit 6f7b595

Please sign in to comment.