CM-CIC Payment Version 1.3

Extension
Release Date
Release Version
1.3
Release Status
Stable
Release CiviCRM Compatibility
XML
<?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>2023-07-29</releaseDate>
<version>1.3</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.0</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&amp;task=civicrm/contribute/transact&amp;reset=1&amp;id=X
where X is your contribution page ID, then the return URL should be
https://yoursite/index.php?option=com_civicrm&amp;task=civicrm/payment/ipn&amp;processor_id=X
where X is your gateway processor ID.
</comments>
<civix>
<namespace>CRM/Cmcic</namespace>
</civix>
<urls>
<url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic</url>
<url desc="Documentation">https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic</url>
<url desc="Support">https://github.com/eileenmcnaughton/nz.co.fuzion.cmcic</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
</extension>