| Current Path : /var/www/html/components/com_jdonation/payments/ |
| Current File : /var/www/html/components/com_jdonation/payments/os_worldpay.xml |
<?xml version="1.0" encoding="UTF-8"?>
<install version="1.0" type="plugin" group="payment">
<name>os_worldpay</name>
<title>Worldpay</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>Worldpay Payment Plugin For Documents Seller Extension</description>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/administrator/components/com_jdonation/elements">
<field name="worldpay_mode" type="list" label="Worldpay Mode"
description="Set to Test Mode Or Live Mode">
<option value="0">Test Mode</option>
<option value="1">Live Mode</option>
</field>
<field name="wp_installation_id" type="text" size="50" label="Worldpay Installation ID"
description="Enter your Worldpay Installation ID" default=""></field>
<field name="wp_callback_password" type="text" size="50" label="Callback Password" description=""
default=""></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="" />
</fieldset>
</fields>
</config>
<files>
<filename>os_worldpay.php</filename>
</files>
<installsql/>
<installfile/>
</install>