RT#37632: Credit card validation [v3 fixes]
[freeside.git] / FS / FS / cust_main / Billing_Realtime.pm
index 90fda5e..4c28d0e 100644 (file)
@@ -1938,8 +1938,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,