Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed Sep 4, 2024
1 parent db86cde commit 83954d1
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 @@ -128,7 +128,7 @@ public static function add_configuration_to_gateway_form(\core_payment\form\acco
$mform->addElement('html', $CFG->wwwroot . '/payment/gateway/payanyway/callback.php<br>');
$mform->addElement('html', get_string('callback_help', 'paygw_payanyway') . '</div><br>');

$plugininfo = \core_plugin_manager::instance()->get_plugin_info('paygw_yookassa');
$plugininfo = \core_plugin_manager::instance()->get_plugin_info('paygw_payanyway');
$header = "<div>Версия плагина: $plugininfo->release ($plugininfo->versiondisk)<br>" .
'Новые версии плагина вы можете найти на
<a href=https://github.com/Snickser/moodle-paygw_payanyway>GitHub.com</a>
Expand Down

0 comments on commit 83954d1

Please sign in to comment.