[freeside-commits] branch master updated. 4171d4440a6bf042f342095f13439a5f9d27487d
Ivan Kohler
ivan at freeside.biz
Fri May 11 11:12:08 PDT 2018
The branch, master has been updated
via 4171d4440a6bf042f342095f13439a5f9d27487d (commit)
via 715bfdf1b5b98a5431112d95b4382730e817674c (commit)
from 01c9143a54bf5e1513537547fd362822f58d1e2a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4171d4440a6bf042f342095f13439a5f9d27487d
Merge: 715bfdf1b 01c9143a5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri May 11 11:12:03 2018 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit 715bfdf1b5b98a5431112d95b4382730e817674c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri May 11 11:11:57 2018 -0700
should log to our db
diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index f16752ba4..dcf5b7b5d 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -1193,6 +1193,7 @@ sub _realtime_bop_result {
"resolved - error updating status for paypendingnum ".
$cust_pay_pending->paypendingnum. ": $cpp_done_err \n";
warn $e;
+ #XXX internal system log $e (what's going on?)
$perror = "$e ($perror)";
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing_Realtime.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list