| Current Path : /home/digilove/public_html/modules/mod_payzito_payment/ |
| Current File : /home/digilove/public_html/modules/mod_payzito_payment/mod_payzito_payment.php |
<?php
defined('_JEXEC') OR die('Payzito Joomla Restricted Access');
@include JPATH_ROOT.str_replace('/',DIRECTORY_SEPARATOR,'/components/com_payzito/includes/libraries/base.php');
if(!class_exists('PAConnector'))
{
return;
}
PAConnector::loadView('modules/payment/default',['moduleId' => $module->id]);