-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpaystack.xml
executable file
·72 lines (67 loc) · 3.05 KB
/
paystack.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<extension method="upgrade" group="vmpayment" type="plugin" version="2.5">
<name>VM Payment - Paystack</name>
<creationDate>September 2016</creationDate>
<author>Paystack</author>
<authorUrl>http://www.paystack.com</authorUrl>
<copyright>Copyright (C) 2016 Paystack Ltd. All rights reserved.</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>1.0.5</version>
<description>
<![CDATA[
Accept payments via Master Card, Visa and Verve. <a href="https://dashboard.paystack.com/" target="_blank">Click here to sign up for a Paystack account</a>.
]]>
</description>
<languages>
<language tag="en-GB">language/en-GB.plg_vmpayment_paystack.ini</language>
</languages>
<files>
<folder>language</folder>
<filename plugin="paystack">paystack.php</filename>
</files>
<vmconfig>
<fields name="params">
<fieldset name="payment" addfieldpath="/plugins/vmpayment/paystack/paystack/fields">
<field name="test_mode"
type="list"
default="0"
label="VMPAYMENT_PAYSTACK_TEST_MODE_LBL"
description="VMPAYMENT_PAYSTACK_TEST_DESC">
<option value="0">COM_VIRTUEMART_NO</option>
<option value="1">COM_VIRTUEMART_YES</option>
</field>
<field type="vmtitle"
description=""
default="VMPAYMENT_PAYSTACK_PAYSTACK_CONF"/>
<field type="text"
name="test_secret_key"
description="VMPAYMENT_PAYSTACK_TEST_SECRET_KEY_DESC"
default=""
label="VMPAYMENT_PAYSTACK_TEST_SECRET_KEY_LBL"
size="50"/>
<field type="text"
name="test_public_key"
description="VMPAYMENT_PAYSTACK_TEST_PUBLIC_KEY_DESC"
default=""
label="VMPAYMENT_PAYSTACK_TEST_PUBLIC_KEY_LBL"
size="50"/>
<field type="text"
name="live_secret_key"
description="VMPAYMENT_PAYSTACK_LIVE_SECRET_KEY_DESC"
default=""
label="VMPAYMENT_PAYSTACK_LIVE_SECRET_KEY_LBL"
size="50"/>
<field type="text"
name="live_public_key"
description="VMPAYMENT_PAYSTACK_LIVE_PUBLIC_KEY_DESC"
default=""
label="VMPAYMENT_PAYSTACK_LIVE_PUBLIC_KEY_LBL"
size="50"/>
</fieldset>
</fields>
</vmconfig>
<updateservers>
<server type="extension" name="VirtueMart plg_vmpayment_paystack Update Site">
<![CDATA[https://raw.githubusercontent.com/PaystackHQ/Joomla-VirtueMart-3-Paystack/master/version.xml]]></server>
</updateservers>
</extension>