| Current Path : /var/www/html/plugins/jvldpayment/paypal/ |
| Current File : /var/www/html/plugins/jvldpayment/paypal/paypal.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.7.0" type="plugin" group="jvldpayment" method="upgrade">
<name>JV-LinkDirectory - PayPal Online Payment Plugin</name>
<author>JV-Extensions</author>
<creationDate>16-March-2018</creationDate>
<copyright>Copyright 2007-2018 JV-Extensions. All rights reserved</copyright>
<license>GNU GPLv3</license>
<authorEmail>sales@jv-extensions.com</authorEmail>
<authorUrl>www.jv-extensions.com</authorUrl>
<version>5.12</version>
<description>This plugin is for Joomla! 3.x and is the PayPal plugin for JV-LinkDirectory payment processing</description>
<files>
<filename plugin="paypal">paypal.php</filename>
<folder>assets</folder>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="instrument_name"
type="text"
class="inputbox"
default="PayPal Online Payment"
label="Payment Gateway Title"
description="This will be shown to the visitor while choosing a payment method"
/>
<field
name="environment"
type="list"
default="1"
class="inputbox"
label="PayPal Environment"
description="Set to Sandbox only for testing purposes">
<option value="0">PayPal Sandbox (for Testing)</option>
<option value="1">PayPal Live (for production)</option>
</field>
<field
name="payto"
type="text"
default=""
class="inputbox"
label="PayPal Email Address"
description="This is the email address of your PayPal account that will receive payments"
/>
<field
name="payto_sbox"
type="text"
class="inputbox"
default=""
label="Sandbox Email Address"
description="This is the email address of your PayPal Sandbox account that will receive payments. This value is required, if you have chosen Sandbox as the environment"
/>
<field
name="instrument_img"
type="text"
class="inputbox"
default=""
label="PayPal Icon or Logo Image"
description="Use this field to provide the name (with extension) of custom image instead of using the standard PayPal image for displaying to the user. Dont forget to upload the custom image to {Joomla}/media/com_jvld/overrides folder. Create the overrides folder if it does not exist already. For good user experience, please restrict the width to 400 px max and height to 60 px max. Leave it blank to use the default image that comes with JV-LD"
/>
</fieldset>
</fields>
</config>
</extension>