[freeside-commits] freeside/FS/t banned_pay.t, NONE, 1.1 cancel_reason.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sat Aug 27 01:46:59 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv13629/FS/t

Added Files:
	banned_pay.t cancel_reason.t 
Log Message:
add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban payinfo

--- NEW FILE: banned_pay.t ---
BEGIN { $| = 1; print "1..1
" }
END {print "not ok 1
" unless $loaded;}
use FS::banned_pay;
$loaded=1;
print "ok 1
";

--- NEW FILE: cancel_reason.t ---
BEGIN { $| = 1; print "1..1
" }
END {print "not ok 1
" unless $loaded;}
use FS::cancel_reason;
$loaded=1;
print "ok 1
";



More information about the freeside-commits mailing list