Skip to content

Commit

Permalink
Merge pull request #54 from Snickser/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Snickser authored Dec 13, 2024
2 parents 9e1154d + 3efa4c2 commit c607f1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
$plugininfo = \core_plugin_manager::instance()->get_plugin_info('paygw_cryptocloud');
$donate = get_string('donate', 'paygw_cryptocloud', $plugininfo);

$settings->add(new admin_setting_heading('paygw_cryptocloud_settings', $donate, get_string('pluginname_desc', 'paygw_cryptocloud')));
$settings->add(new admin_setting_heading(
'paygw_cryptocloud_settings',
$donate,
get_string('pluginname_desc', 'paygw_cryptocloud')
));

\core_payment\helper::add_common_gateway_settings($settings, 'paygw_cryptocloud');
}

0 comments on commit c607f1a

Please sign in to comment.