| Current Path : /var/www/html/components/com_osmembership/plugins/ |
| Current File : /var/www/html/components/com_osmembership/plugins/os_authnet.xml |
<?xml version="1.0" encoding="UTF-8"?>
<install version="1.0" type="osmplugin" group="payment">
<name>os_authnet</name>
<title>Authorize.net</title>
<creationDate>May 2012</creationDate>
<author>Tuan Pham Ngoc</author>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>https://joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>4.6.0</version>
<description>Authorize.net Payment Plugin For Events Booking Extension</description>
<config>
<fields name="params">
<fieldset name="basic">
<field name="authnet_mode" type="list" label="Authorize.net Mode" description="Set to Test Mode Or Live Mode">
<option value="0">Test Mode</option>
<option value="1">Live Mode</option>
</field>
<field name="x_login" type="text" size="40" label="API Login" description="Enter Your Authorize.net API Login" default="" showon="authnet_mode:1" />
<field name="x_tran_key" type="text" label="Transaction Key" description="Enter Transaction Key" showon="authnet_mode:1" />
<field name="signature_key" type="text" label="Signature Key" showon="authnet_mode:1" />
<field name="sandbox_x_login" type="text" size="40" label="Sandbox API Login" description="Enter Your Authorize.net API Login of your Sandbox Account" default="" showon="authnet_mode:0" />
<field name="sandbox_x_tran_key" type="text" label="Sandbox Transaction Key" description="Enter Transaction Key of your Sandbox Account" showon="authnet_mode:0" />
<field name="sandbox_signature_key" type="text" label="Sandbox Signature Key" showon="authnet_mode:0" />
<field name="icon" type="imagelist" directory="media/com_osmembership/assets/images/paymentmethods" label="Icon" description="If you want to show icon instead of payment method title on subscription form, upload it to media/com_osmembership/assets/images/paymentmethods folder and select the icon here." />
<field name="payment_fee_amount" type="text" label="Payment Processing Fee ($)" description="" />
<field name="payment_fee_percent" type="text" label="Payment Processing Fee (%)" description="" />
<field name="ipn_log" type="list" label="Enable Log" description="This is only used for debug purpose when requested. Please set it to No unless requested by our support team" default="0">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
<files>
<filename>os_authnet.php</filename>
</files>
<installsql />
<installfile />
</install>