Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7.20
-
Component/s: CiviContribute
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
This is a followup to this issue:
https://issues.civicrm.org/jira/browse/CRM-17952
where the currency is being passed into the ajax url so that payment forms that swap in per payment processor type can be customized by currency. We need to do that for ACH/EFT since ACH/EFT form fields are currency specific.
The issue is just that the event form stores the currency in a slightly different place on the form, so this is not working on event forms that include ACH/EFT and for which it is not the default.
Easy patch forthcoming.