Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/mangopay.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="2.5"
method="upgrade" group="hikashoppayment">
	<name>Hikashop (market) MangoPay Payment Plugin</name>
	<hikainstall ordering="0" enable="0"
report="0" />
	<creationDate>20 juillet 2020</creationDate>
	<version>3.1.1</version>
	<author>Obsidev</author>
	<authorEmail>dev@obsidev.com</authorEmail>
	<authorUrl>http://www.obsidev.com</authorUrl>
	<copyright>Copyright (C) 2012-2020 OBSIDEV SARL - All rights
reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html
GNU/GPL</license>
	<description>This plugin enables you to setup your MangoPay payment
system</description>
	<files>
		<filename
plugin="mangopay">mangopay.php</filename>
		<filename>mangopay_checkout.php</filename>
		<filename>mangopay_end.php</filename>
		<folder>mangolib</folder>
	</files>
	<params addpath="/components/com_hikamarket/params">
		<param name="clientid" type="text"
default="" label="Client Id"
description=""/>
		<param name="clientpassword" type="text"
default="" label="Client Password"
description=""/>
		<param name="sandbox" type="radio"
default="0" label="Sandbox"
description=""><option
value="0">No</option><option
value="1">Yes</option></param>
		<param name="payout_waiting_duration" type="text"
default="31" label="Payout waiting duration"
description="Number of day to wait before payout a
transaction"/>
		<param name="order_status" type="text"
default="" label="Order statuses for wallet transfer"
description="If the field is empty, it will use the value of the
HikaShop option: Invoice order statuses"/>
	</params>
	<config>
		<fields name="params"
addfieldpath="/components/com_hikamarket/fields">
			<fieldset name="basic">
				<field name="clientid" type="text"
default="" label="Client Id"
description=""/>
				<field name="clientpassword" type="text"
default="" label="Client Password"
description=""/>
				<field name="sandbox" type="radio"
default="0" label="Sandbox"
description=""><option
value="0">No</option><option
value="1">Yes</option></field>
				<field name="payout_waiting_duration"
type="text" default="31" label="Payout waiting
duration" description="Number of day to wait before payout a
transaction"/>
				<field name="order_status" type="text"
default="" label="Order statuses for wallet transfer"
description="If the field is empty, it will use the value of the
HikaShop option: Invoice order statuses"/>
			</fieldset>
		</fields>
	</config>
</extension>