. /** * Settings for the PayPal payment gateway * * @package paygw_paypal * @copyright 2019 Shamim Rezaie * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); if ($ADMIN->fulltree) { $settings->add(new admin_setting_heading('paygw_paypal_settings', '', get_string('pluginname_desc', 'paygw_paypal'))); \core_payment\helper::add_common_gateway_settings($settings, 'paygw_paypal'); }