[freeside-commits] freeside/FS/t payment_gateway.t, NONE, 1.1 payment_gateway_option.t, NONE, 1.1 option_Common.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Wed Aug 17 15:23:48 PDT 2005


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

Added Files:
	payment_gateway.t payment_gateway_option.t option_Common.t 
Log Message:
infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)

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

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

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



More information about the freeside-commits mailing list