RT#38048: not storing credit card #s [no longer setting cust_main->card_token]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Oct 2015 01:32:20 +0000 (20:32 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Oct 2015 01:32:20 +0000 (20:32 -0500)
FS/FS/cust_main/Billing_Realtime.pm

index c6b3b31..2a920e0 100644 (file)
@@ -765,8 +765,6 @@ sub realtime_bop {
 
   if ( $transaction->can('card_token') && $transaction->card_token ) {
 
-    $self->card_token($transaction->card_token);
-
     if ( $options{'payinfo'} eq $self->payinfo ) {
       $self->payinfo($transaction->card_token);
       my $error = $self->replace;