X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FAuthorizeNetIPN.php;h=fbcf06929da0cf6d62f172ca88c78d21d1519cdd;hb=80f86ecfd0116c1288209a06a0be10d1d00ab065;hp=531e117d787468a5c38ec9f00aa3276c6d75dda1;hpb=8753de39fd754e8bda5c0e0ea50021296d36bc2e;p=civicrm-core.git diff --git a/CRM/Core/Payment/AuthorizeNetIPN.php b/CRM/Core/Payment/AuthorizeNetIPN.php index 531e117d78..fbcf06929d 100644 --- a/CRM/Core/Payment/AuthorizeNetIPN.php +++ b/CRM/Core/Payment/AuthorizeNetIPN.php @@ -239,7 +239,7 @@ class CRM_Core_Payment_AuthorizeNetIPN extends CRM_Core_Payment_BaseIPN { } function getIDs(&$ids, &$input) { - $ids['contact'] = self::retrieve('x_cust_id', 'Integer'); + $ids['contact'] = self::retrieve('x_cust_id', 'Integer', FALSE, 0); $ids['contribution'] = self::retrieve('x_invoice_num', 'Integer'); // joining with contribution table for extra checks