summaryrefslogtreecommitdiff
path: root/FS/FS/cust_event.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-07-02 00:25:45 +0000
committerivan <ivan>2010-07-02 00:25:45 +0000
commitf718e73a14165820f32cefdc2dde1be1734e5055 (patch)
tree3af60981de0e61d404a29af3b61c4501d1dcca79 /FS/FS/cust_event.pm
parent036e5c0105f9b81e7523d197c0d322725335713c (diff)
fix bad transactional decisions that made it possible to abort and rollback a gateway payment, RT#8995
Diffstat (limited to 'FS/FS/cust_event.pm')
-rw-r--r--FS/FS/cust_event.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm
index 52b5911..1407f43 100644
--- a/FS/FS/cust_event.pm
+++ b/FS/FS/cust_event.pm
@@ -222,9 +222,6 @@ sub do_event {
" (". $part_event->action. ") $for\n"
if $DEBUG;
- my $oldAutoCommit = $FS::UID::AutoCommit;
- local $FS::UID::AutoCommit = 0;
-
my $error;
{
local $SIG{__DIE__}; # don't want Mason __DIE__ handler active