X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FAuthorizeNetIPN.php;h=089c88572c0759cf610fe859611bd35cc92fffa5;hb=f544b9a786aed47624d73299c32c1a504b52eac8;hp=b8d9c42700660ad2f8b6b78d10ec40d594640b00;hpb=5760fcb6d5e8f36c514c7a00385e8d227212f46f;p=civicrm-core.git diff --git a/CRM/Core/Payment/AuthorizeNetIPN.php b/CRM/Core/Payment/AuthorizeNetIPN.php index b8d9c42700..089c88572c 100644 --- a/CRM/Core/Payment/AuthorizeNetIPN.php +++ b/CRM/Core/Payment/AuthorizeNetIPN.php @@ -118,14 +118,6 @@ class CRM_Core_Payment_AuthorizeNetIPN extends CRM_Core_Payment_BaseIPN { $now = date('YmdHis'); - // fix dates that already exist - $dates = ['create_date', 'start_date', 'end_date', 'cancel_date', 'modified_date']; - foreach ($dates as $name) { - if ($recur->$name) { - $recur->$name = CRM_Utils_Date::isoToMysql($recur->$name); - } - } - //load new contribution object if required. if (!$first) { // create a contribution and then get it processed