*/ /** * Dodanie informacji o istnieniu płatności */ stPluginHelper::addConfigValue('stPaymentType', 'stDotpayPlugin', array('name' => 'stDotpay', 'description' => 'Płatność przez serwis dotpay.pl')); if (SF_APP == 'backend'){ stPluginHelper::addEnableModule('stDotpayBackend'); stPluginHelper::addRouting('stDotpayPlugin', '/dotpay/:action/*', 'stDotpayBackend', 'index', 'backend'); stConfiguration::addModule('stDotpayPlugin', 'group_3', 1); } if (SF_APP == 'frontend'){ stPluginHelper::addEnableModule('stDotpayFrontend'); stPluginHelper::addRouting('stDotpayPlugin', '/dotpay/:action/*', 'stDotpayFrontend', 'config', 'frontend'); stSecurity::addCSPException('*.dotpay.pl'); }