RT#37632 Credit card validation [bug fixes]
[freeside.git] / FS / FS / cust_main / Billing_Realtime.pm
index b892e97..bbf86a5 100644 (file)
@@ -1932,8 +1932,10 @@ sub realtime_verify_bop {
                                 );
 
     $reverse->content( 'action'        => 'Reverse Authorization',
+                       $self->_bop_auth(\%options),          
 
                        # B:OP
+                       'amount'        => '1.00',
                        'authorization' => $transaction->authorization,
                        'order_number'  => $ordernum,