Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Important
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.13
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
When a contribution page is viewed in German and the user tries to make a donation with Paypal Express, the back-end does not correctly identify the payment processor being used, which leads to a payment error.
The problem occurs because the payment processor is identified with a translatable name, rather than a machine-readable id, and the name is not translated everywhere it is read:
https://github.com/civicrm/civicrm-core/blob/4.7.13-rc/CRM/Core/Payment/PayPalImpl.php#L111