-
Notifications
You must be signed in to change notification settings - Fork 7
/
info.xml
executable file
·40 lines (40 loc) · 1.48 KB
/
info.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
<?xml version="1.0" encoding="UTF-8" ?>
<extension key="uk.co.vedaconsulting.payment.smartdebitdd" type="payment">
<downloadUrl>http://www.vedaconsulting.co.uk</downloadUrl>
<file>smart_debit_dd</file>
<name>Smart Debit</name>
<description>Smart Debit by Veda Consulting</description>
<urls>
<url desc="Main Extension Page"></url>
<url desc="Documentation"></url>
<url desc="Support"></url>
<url desc="Licensing"></url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Veda Consulting</author>
<email>parvez@vedaconsulting.co.uk</email>
</maintainer>
<releaseDate>2016-03-16</releaseDate>
<version>2.1.2</version>
<develStage>stable</develStage>
<compatibility><ver>4.6</ver></compatibility>
<comments></comments>
<typeInfo>
<userNameLabel>API Username</userNameLabel>
<passwordLabel>API Password</passwordLabel>
<signatureLabel>PSL ID</signatureLabel>
<subjectLabel></subjectLabel>
<urlSiteDefault></urlSiteDefault>
<urlApiDefault>https://secure.ddprocessing.co.uk/</urlApiDefault>
<urlRecurDefault></urlRecurDefault>
<urlSiteTestDefault></urlSiteTestDefault>
<urlApiTestDefault>https://secure.ddprocessing.co.uk/</urlApiTestDefault>
<urlRecurTestDefault></urlRecurTestDefault>
<urlButtonDefault></urlButtonDefault>
<urlButtonTestDefault></urlButtonTestDefault>
<billingMode>form</billingMode>
<isRecur>1</isRecur>
<paymentType>2</paymentType>
</typeInfo>
</extension>