Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6, 4.5.1
-
Fix Version/s: 4.5.3
-
Component/s: CiviContribute
-
Labels:None
-
Documentation Required?:None
Description
When using PayPal Pro to make a PayPal payment (which is done using PayPal Express), the Item Title is not being provided to PayPal.
When making a credit card payment via PayPal Pro, the title is sent correctly (e.g., "Online Contribution: <name of form>"). Similarly, when using Website Payments Standard, the title is sent correctly.
The problem is that the 'description' field in the $params variable is not being passed to PayPal as the 'desc' arg in doExpressCheckout. The attached patch fixed the problem in version 4.4.6.
The same problem exists in 4.5.1 and same fix applies.