should fix qis's intermittent backtraces when using an (ancient) counter-based cust_p...
authorivan <ivan>
Sat, 9 Apr 2011 00:43:20 +0000 (00:43 +0000)
committerivan <ivan>
Sat, 9 Apr 2011 00:43:20 +0000 (00:43 +0000)
FS/FS/cust_main/Billing_Realtime.pm

index 55517ad..0ecf549 100644 (file)
@@ -856,6 +856,7 @@ sub _realtime_bop_result {
       if ( $error2 ) {
         # gah.  but at least we have a record of the state we had to abort in
         # from cust_pay_pending now.
+        $dbh->rollback or die $dbh->errstr if $oldAutoCommit;
         my $e = "WARNING: $options{method} captured but payment not recorded -".
                 " error inserting payment (". $payment_gateway->gateway_module.
                 "): $error2".