[freeside-commits] branch master updated. fb4d406cbc74ea6abac58770f81570b4f20d6cb9
Jonathan Prykop
jonathan at 420.am
Wed Nov 30 08:12:46 PST 2016
The branch, master has been updated
via fb4d406cbc74ea6abac58770f81570b4f20d6cb9 (commit)
from 0d2bf5deba111547f84f1adf66a3c0d5432204e4 (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 fb4d406cbc74ea6abac58770f81570b4f20d6cb9
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Wed Nov 30 10:12:04 2016 -0600
71513: Card tokenization [removed unneeded code]
diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index b9332c4..f331a39 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -427,8 +427,6 @@ sub realtime_bop {
$token_error = $options{'cust_payby'}->replace;
return $token_error if $token_error;
}
- return "Cannot tokenize card info"
- if $conf->exists('no_saved_cardnumbers') && !$self->tokenized($options{'payinfo'});
}
###
@@ -1777,8 +1775,6 @@ sub realtime_verify_bop {
return $token_error if $token_error;
#important that we not replace cust_payby here,
#because cust_payby->replace uses realtime_verify_bop!
- return "Cannot tokenize card info"
- if $conf->exists('no_saved_cardnumbers') && !$self->tokenized($options{'payinfo'});
}
###
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing_Realtime.pm | 4 ----
1 file changed, 4 deletions(-)
More information about the freeside-commits
mailing list