Releases: agileware/au.com.agileware.ewayrecurring
Releases · agileware/au.com.agileware.ewayrecurring
2.7.4
- Avoids detection of saved (Pending) contributions with no invoice ID as duplicates when updating a contribution where the invoice ID is not already known.
2.7.3
2.7.2
Fixes two backend actions which were not working:
- New Payment for an existing Contribution fails to load stored credit card details because Contact ID is not set (CIVIEWAY-281);
- Update Billing Info for a Recurring Contribution fails to load stored credit card details because Contact ID is not set (CIVIEWAY-282)
The frontend action for Update Billing Info for a Recurring Contribution was noted as failing and will be fixed in a future release.
2.7.1
Bug fix release
- Implements serialization on the core payment class, to avoid a bug where PHP could try to serialize the curl handle being used by the eWAY Rapid PHP library.
2.7.0 - Pre Release
- Updates the packaged version of the eWAY Rapid PHP library to version 2.0.0
IMPORTANT
- This release has now been marked as a PRE-RELEASE.
- This version may throw an error when redirecting to payment page: Serialization of 'CurlHandle' is not allowed.
2.6.8
Adds feature to limit Payment tokens found to ones that work with the selected payment processor and handle for tokens created by legacy EWAY recurring payment processor, #44
No need to install this update if you do not use any other token-based payment processors on your CiviCRM site or have never used the legacy EWAY payment processor.
2.6.7
What's Changed
- Fixed notice error for permission defination by @pradpnayak in #42
Full Changelog: 2.6.6...2.6.7
2.6.6
- Fixes issue with editing recurring contributions
2.6.5
CIVIEWAY-264 Version 2.6.5
2.6.4
CIVIEWAY-265 Fix fatal error when setting end_date when last instalme…