-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinfo.xml
40 lines (40 loc) · 2.09 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="com.payzang.payment.pzpayments" type="payment">
<file>PZPayments</file>
<name>PayZangPayments</name>
<description>CiviCRM extension for using Payzang Payment Platform</description>
<downloadUrl>https://github.com/webaccess/com.payzang.payment.pzpayments/archive/master.zip</downloadUrl>
<urls>
<url desc="Main Extension Page">https://github.com/webaccess/com.payzang.payment.module</url>
<url desc="Documentation">https://github.com/webaccess/com.payzang.payment.module/blob/master/PayZang Payment Processor Installation Instructions.pdf</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
<url desc="Support">http://payzang.com/contact-us</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Payzang</author>
<email>kumar@payzang.com</email>
</maintainer>
<releaseDate>2013-06-11</releaseDate>
<version>1.0</version>
<develStage>Stable</develStage>
<compatibility><ver>4.5.*</ver></compatibility>
<comments>CiviCRM Extension Module for PayZang Payment Platform has been tested with CiviCRM 4.5.2. To get a new Payzang account, call 1-800-838-8651.</comments>
<typeInfo>
<userNameLabel>Merchant ID</userNameLabel>
<passwordLabel>Password</passwordLabel>
<signatureLabel></signatureLabel>
<subjectLabel></subjectLabel>
<urlSiteDefault></urlSiteDefault>
<urlApiDefault>https://www.paymentsgateway.net/cgi-bin/postauth.pl</urlApiDefault>
<urlRecurDefault>https://www.paymentsgateway.net/cgi-bin/postauth.pl</urlRecurDefault>
<urlSiteTestDefault></urlSiteTestDefault>
<urlApiTestDefault>https://www.paymentsgateway.net/cgi-bin/posttest.pl</urlApiTestDefault>
<urlRecurTestDefault>https://www.paymentsgateway.net/cgi-bin/posttest.pl</urlRecurTestDefault>
<urlButtonDefault></urlButtonDefault>
<urlButtonTestDefault></urlButtonTestDefault>
<billingMode>form</billingMode>
<isRecur>1</isRecur>
<paymentType>1</paymentType>
</typeInfo>
</extension>