add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban...
[freeside.git] / FS / t / banned_pay.t
diff --git a/FS/t/banned_pay.t b/FS/t/banned_pay.t
new file mode 100644 (file)
index 0000000..d361c58
--- /dev/null
@@ -0,0 +1,8 @@
+BEGIN { $| = 1; print "1..1
+" }
+END {print "not ok 1
+" unless $loaded;}
+use FS::banned_pay;
+$loaded=1;
+print "ok 1
+";