enotice fix (removed empty declaration of this var while removing unused var
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 24 Jun 2015 21:19:48 +0000 (09:19 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 24 Jun 2015 21:19:48 +0000 (09:19 +1200)
CRM/Core/Payment/BaseIPN.php

index b36696d2de9f4b1ff6990a17f858c4ca3dc4d6e4..b00bd43b10f6a8da8c73d706c2c2f0afb0e7c281 100644 (file)
@@ -709,7 +709,7 @@ LIMIT 1;";
       $this->copyCustomValues($recurContrib->id, $contribution->id);
     }
 
-    // next create the transaction record
+    $paymentProcessorId = '';
     if (isset($objects['paymentProcessor'])) {
       if (is_array($objects['paymentProcessor'])) {
         $paymentProcessorId = $objects['paymentProcessor']['id'];