[freeside-commits] branch master updated. 21b519eb5313ebe09242a2d90e1e615c56c64739

Jonathan Prykop jonathan at 420.am
Wed Sep 30 18:35:18 PDT 2015


The branch, master has been updated
       via  21b519eb5313ebe09242a2d90e1e615c56c64739 (commit)
      from  8662aff8e73ac76b2c419a17a5ee0711a681e669 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21b519eb5313ebe09242a2d90e1e615c56c64739
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Sep 30 20:32:20 2015 -0500

    RT#38048: not storing credit card #s [no longer setting cust_main->card_token]

diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index c6b3b31..2a920e0 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -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;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Billing_Realtime.pm |    2 --
 1 file changed, 2 deletions(-)




More information about the freeside-commits mailing list