projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
735d988
)
enotice fix (removed empty declaration of this var while removing unused var
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 24 Jun 2015 21:19:48 +0000
(09:19 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 24 Jun 2015 21:19:48 +0000
(09:19 +1200)
CRM/Core/Payment/BaseIPN.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/BaseIPN.php
b/CRM/Core/Payment/BaseIPN.php
index b36696d2de9f4b1ff6990a17f858c4ca3dc4d6e4..b00bd43b10f6a8da8c73d706c2c2f0afb0e7c281 100644
(file)
--- a/
CRM/Core/Payment/BaseIPN.php
+++ b/
CRM/Core/Payment/BaseIPN.php
@@
-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'];