forked from eileenmcnaughton/nz.co.fuzion.cmcic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
30 lines (30 loc) · 1.06 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
<?xml version="1.0"?>
<extension key="nz.co.fuzion.cmcic" type="module">
<file>cmcic</file>
<name>CMCIC Payment processor</name>
<description>Payment processor for CMCIC</description>
<license>AGPL</license>
<maintainer>
<author>Eileen</author>
<email>eileen@fuzion.co.nz</email>
</maintainer>
<releaseDate>2014-03-18</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.4</ver>
</compatibility>
<comments>CMCIC Payment processor. You need to configure the return URL with your bank to
https://yoursite/civicrm/payment/ipn?processor_id=X
where X is your gateway processor ID.
If your contribution page is at
https://yoursite/index.php?option=com_civicrm&task=civicrm/contribute/transact&reset=1&id=X
where X is your contribution page ID, then the return URL should be
https://yoursite/index.php?option=com_civicrm&task=civicrm/payment/ipn&processor_id=X
where X is your gateway processor ID.
</comments>
<civix>
<namespace>CRM/Cmcic</namespace>
</civix>
</extension>