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>
Mon, 5 Oct 2015 23:52:51 +0000 (18:52 -0500)
FS/FS/cust_main/Billing_Realtime.pm

index 790135c..af29156 100644 (file)
@@ -735,8 +735,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;