RT#42393: Verification cust_pay_pending handling in history & report
[freeside.git] / httemplate / view / cust_main / payment_history / pending_payment.html
index 3114923..cf7ef7c 100644 (file)
@@ -12,6 +12,7 @@ my %statusaction = (
   'new'        => 'delete',
   'thirdparty' => 'delete',
   'pending'    => 'complete',
+  'authorized' => 'complete',
   'captured'   => 'capture',
 );