| Current Path : /var/www/html/ |
| Current File : //var/www/html/mp_authnet_webhook.php |
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2026 Ossolution Team * @license GNU/GPL, see LICENSE.php */ $_REQUEST['option'] = 'com_osmembership'; $_REQUEST['task'] = 'recurring_payment_confirm'; $_REQUEST['payment_method'] = 'os_authnet'; require_once __DIR__ . '/index.php';