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:
d63f4fc
)
improve logging of progress to reflect whether a receipt is sent
author
eileen
<eileen@fuzion.co.nz>
Mon, 15 Apr 2013 23:37:26 +0000
(11:37 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Mon, 15 Apr 2013 23:37:26 +0000
(11:37 +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 f85277d11926740add8e18e864d30f1196b4cfaf..3b86ecd52c75b0e3ed1418203e3946b610cd25e3 100644
(file)
--- a/
CRM/Core/Payment/BaseIPN.php
+++ b/
CRM/Core/Payment/BaseIPN.php
@@
-523,9
+523,10
@@
LIMIT 1;";
$values['is_email_receipt'] == 1
) {
self::sendMail($input, $ids, $objects, $values, $recur, FALSE);
+ CRM_Core_Error::debug_log_message("Receipt sent");
}
- CRM_Core_Error::debug_log_message("Success: Database updated
and mail sent
");
+ CRM_Core_Error::debug_log_message("Success: Database updated");
}
function getBillingID(&$ids) {