<?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';
