-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
45 lines (45 loc) · 1.9 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
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" ?>
<extension key="eu.tttp.postfinance" type="payment">
<file>postfinance</file>
<!-- The extension cannot contain uppercase or special characters. -->
<name>postfinance</name>
<description>Swiss payment system PostFinance.
Partly funded by TEDx Lausanne and the CERN. If you are using it, please consider contributing financially to its development too.
</description>
<downloadUrl>https://github.com/TechToThePeople/eu.tttp.postfinance/archive/master.zip</downloadUrl>
<urls>
<url desc="Main Extension Page">http://github.com/TechToThePeople/eu.tttp.postfinance</url>
<url desc="Documentation">http://github.com/TechToThePeople/eu.tttp.postfinance</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Andreas Hennings</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-07-05</releaseDate>
<version>1.4</version>
<develStage>Stable</develStage>
<compatibility>
<ver>4.4</ver>
<ver>4.5</ver>
</compatibility>
<typeInfo>
<userNameLabel>PSPID (Merchant ID)</userNameLabel>
<passwordLabel>SHA-IN pass phrase</passwordLabel>
<signatureLabel>SHA-OUT pass phrase</signatureLabel>
<subjectLabel></subjectLabel>
<urlSiteDefault>https://e-payment.postfinance.ch/ncol/prod/orderstandard_utf8.asp</urlSiteDefault>
<urlApiDefault></urlApiDefault>
<urlRecurDefault></urlRecurDefault>
<urlSiteTestDefault>https://e-payment.postfinance.ch/ncol/test/orderstandard_utf8.asp</urlSiteTestDefault>
<urlApiTestDefault></urlApiTestDefault>
<urlRecurTestDefault></urlRecurTestDefault>
<urlButtonDefault></urlButtonDefault>
<urlButtonTestDefault></urlButtonTestDefault>
<billingMode>notify</billingMode>
<isRecur>0</isRecur>
<paymentType>1</paymentType>
</typeInfo>
</extension>