Skip to content

Instantly share code, notes, and snippets.

@monishdeb
Created August 2, 2016 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monishdeb/0deb5d947fe207b1f72e206ba42458e8 to your computer and use it in GitHub Desktop.
Save monishdeb/0deb5d947fe207b1f72e206ba42458e8 to your computer and use it in GitHub Desktop.
diff --git a/CRM/Core/Payment/PayPalIPN.php b/CRM/Core/Payment/PayPalIPN.php
index b90ccd6..7685e73 100644
--- a/CRM/Core/Payment/PayPalIPN.php
+++ b/CRM/Core/Payment/PayPalIPN.php
@@ -334,7 +334,7 @@ class CRM_Core_Payment_PayPalIPN extends CRM_Core_Payment_BaseIPN {
}
$processorParams = array(
- 'user_name' => $this->retrieve('receiver_email', 'String', FALSE),
+ //'user_name' => $this->retrieve('receiver_email', 'String', FALSE),
'payment_processor_type_id' => CRM_Core_DAO::getFieldValue('CRM_Financial_DAO_PaymentProcessorType', 'PayPal_Standard', 'id', 'name'),
'is_test' => empty($input['is_test']) ? 0 : 1,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment