forked from Payfast/mod-hikashop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayfast.xml
44 lines (44 loc) · 2.22 KB
/
payfast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright (c) 2008 PayFast (Pty) Ltd
You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.-->
<extension type="plugin" version="2.5" method="upgrade" group="hikashoppayment">
<name>Hikashop PayFast Payment Plugin</name>
<creationDate>January 2014</creationDate>
<version>1.3.0</version>
<author>PayFast</author>
<authorEmail>ron.darby@payfast.co.za</authorEmail>
<authorUrl>https://www.payfast.co.za</authorUrl>
<copyright>Copyright (C) 2014 PayFast.co.za - 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 PayFast payment system with HikaShop</description>
<files>
<filename plugin="payfast">payfast.php</filename>
<filename>payfast_configuration.php</filename>
<filename>payfast_end.php</filename>
<filename>payfast_common.inc</filename>
<filename>index.html</filename>
</files>
<media folder="media" destination="com_hikashop/images/payment">
<filename>payfast.png</filename>
</media>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_hikashoppayfast.ini</language>
</languages>
<params addpath="/components/com_hikashop/params">
<param name="pluginoptions" type="pluginoptions" default="plugin" label="hikashop" description="HikaShop options" />
</params>
<config>
<fields name="params" addfieldpath="/components/com_hikashop/fields">
<fieldset name="basic">
<field
id="pluginoptions"
name="pluginoptions"
type="pluginoptions"
label="hikashop"
description="HikaShop options"
/>
</fieldset>
</fields>
</config>
</extension>