Skip to content

fuzionnz/nz.co.fuzion.flo2cashdonate

Repository files navigation

CiviCRM Flo2Cash Donate Payment Processor

Flo2Cash's Donate interface is designed for NFP (Not For Profit) organisations. It is a hosted solution (donors are redirected to the F2C page) and it can support recurring payments.

Installation

Installing the Extension

See CiviCRM's documentation for instructions on installing CiviCRM extensions.

Configuration

IPN Support

CiviCRM has built-in IPN support from v4.2 (see CRM-9779 for patch).

Upgrading to the latest version of CiviCRM is recommended. However, if you are using an earlier version of CiviCRM, you will also need to copy the file extIPN.php from the extension directory to civicrm/extern/extIPN.php

Troubleshooting

require_once(): Failed opening required '/path/to/nz.co.fuzion.flo2cashdonate/Flo2CashDonate.php'

The core class in this processor was renamed from Flo2CashDonate.php to flo2cashdonate.php, so sites upgrading this module from 0.1 to 0.9 may need to either uninstall and reinstall the extension, or update the DB table civicrm_option_value where the filename is stored.

IPN doesn't work?

See CRM-12720 and apply the patch from there if it's not already fixed for your version of CiviCRM.

I don't know what to put in the Account ID field?

Flo2Cash doesn't need this information, but until CRM-10395 is fixed, CiviCRM needs you to put something in that box. Anything.

TODO

Items to do before v1.0 release:

About

Flo2Cash Donate payment processor extension for CiviCRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages