[freeside-commits] branch FREESIDE_4_BRANCH updated. c6c2224fa3ce9b8c30274a119ce42f6bbd29827f
Ivan
ivan at 420.am
Fri Jan 29 14:39:25 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via c6c2224fa3ce9b8c30274a119ce42f6bbd29827f (commit)
from 85094055d6a722edc9ecf36e963d17b4b413f505 (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 c6c2224fa3ce9b8c30274a119ce42f6bbd29827f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 29 14:39:24 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 01f7dee..51fb050 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -140,7 +140,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