add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban...
[freeside.git] / FS / t / banned_pay.t
1 BEGIN { $| = 1; print "1..1
2 " }
3 END {print "not ok 1
4 " unless $loaded;}
5 use FS::banned_pay;
6 $loaded=1;
7 print "ok 1
8 ";