[freeside-commits] branch FREESIDE_3_BRANCH updated. 8017912eda27712741030adede8d807f7c07efca
Ivan
ivan at 420.am
Fri Jan 29 14:39:26 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 8017912eda27712741030adede8d807f7c07efca (commit)
from e78d51a5053c8d3c0c7192c8b5cdeff5999fafd7 (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 8017912eda27712741030adede8d807f7c07efca
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 29 14:39:25 2016 -0800
fix card-types config in backend (one-off payments), RT#40125, RT#39861
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index b7d427e..973f073 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -110,7 +110,7 @@ if ( $payby eq 'CHEK' ) {
validate($payinfo)
or errorpage(gettext('invalid_card'));
- unless ( $self->payinfo =~ /^99\d{14}$/ ) { #token
+ unless ( $payinfo =~ /^99\d{14}$/ ) { #token
my $cardtype = cardtype($payinfo);
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/process/payment.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list