Merge pull request #16625 from seamuslee001/jquery_validation_upgrade
[civicrm-core.git] / CRM / Core / Payment / PayPalImpl.php
index 2b971e51563f38e0baef28c76267486f24f9304d..6611efbea2c595f2425945b25bdd0c18c5439c14 100644 (file)
@@ -303,9 +303,9 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
       'token' => 'token',
       'payer_status' => 'payerstatus',
       'payer_id' => 'payerid',
-      'first_name' => 'firstname',
-      'middle_name' => 'middlename',
-      'last_name' => 'lastname',
+      'billing_first_name' => 'firstname',
+      'billing_middle_name' => 'middlename',
+      'billing_last_name' => 'lastname',
       'street_address' => 'shiptostreet',
       'supplemental_address_1' => 'shiptostreet2',
       'city' => 'shiptocity',