Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
$_paypalParamsMapper in bin/ContributionProcessor.php incorrectly maps the PayPal field "shiptostate" to field "state" causing the State/Province to not be recorded. It should instead map to "state_province". The attached patch should fix it.