| Current Path : /var/www/html/components/com_jdonation/payments/ |
| Current File : /var/www/html/components/com_jdonation/payments/os_authnet.xml |
<?xml version="1.0" encoding="UTF-8"?>
<install version="1.0" type="plugin" group="payment">
<name>os_authnet</name>
<title>Authorize.net</title>
<author>Tuan Pham Ngoc</author>
<creationDate>19-01-2009</creationDate>
<copyright>Copyright 2009-2016 Ossolution Team</copyright>
<license>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2</license>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>www.joomdonation.com</authorUrl>
<version>4.2</version>
<description>Authorize.net Payment Plugin For Joom Donation Extension</description>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/administrator/components/com_jdonation/elements">
<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=""></field>
<field name="x_tran_key" type="text" label="Transaction Key"
description="Enter Transaction Key"></field>
<field name="payment_fee_amount" type="text" label="Payment Processing Fee (Fixed amount)" description="" />
<field name="payment_fee_percent" type="text" label="Payment Processing Fee (%)" description="" />
<field name="ipn_log" type="list" label="Log IPN messages"
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>