diff options
author | ivan <ivan> | 2005-08-27 08:46:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-08-27 08:46:58 +0000 |
commit | 369cc8545df88dd4e717ccd8f6aa8719bc4308b3 (patch) | |
tree | 3c26fe16d8c99e6ed758eb1c10674b541b7078be /FS/t | |
parent | 662ec73ab3a85c8e9702abba81aac3f3c31033b3 (diff) |
add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban payinfo
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/banned_pay.t | 8 | ||||
-rw-r--r-- | FS/t/cancel_reason.t | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/FS/t/banned_pay.t b/FS/t/banned_pay.t new file mode 100644 index 000000000..d361c588d --- /dev/null +++ b/FS/t/banned_pay.t @@ -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 +"; diff --git a/FS/t/cancel_reason.t b/FS/t/cancel_reason.t new file mode 100644 index 000000000..4cbda4a65 --- /dev/null +++ b/FS/t/cancel_reason.t @@ -0,0 +1,8 @@ +BEGIN { $| = 1; print "1..1 +" } +END {print "not ok 1 +" unless $loaded;} +use FS::cancel_reason; +$loaded=1; +print "ok 1 +"; |