RT#42393: Verification cust_pay_pending handling in history & report
[freeside.git] / FS / FS / cust_main / Billing_Realtime.pm
index 0fc2cb7..7c1de9b 100644 (file)
@@ -1950,6 +1950,7 @@ sub realtime_verify_bop {
     if ( $reverse->is_success ) {
 
       $cust_pay_pending->status('done');
+      $cust_pay_pending->statustext('reversed');
       my $cpp_authorized_err = $cust_pay_pending->replace;
       return $cpp_authorized_err if $cpp_authorized_err;