summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2007-11-29 02:54:51 +0000
committerivan <ivan>2007-11-29 02:54:51 +0000
commit7ed55804735f4f687cd64139db7bae9746282a89 (patch)
tree484809ce09617af31806b61c63574a90535a5f62 /FS/t
parent5e5da406c19d7674e3ae959a5a772aa9d2339d0a (diff)
even more reliable multiple-payment/double-click/concurrent-payment-form protection
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pay_pending.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pay_pending.t b/FS/t/cust_pay_pending.t
new file mode 100644
index 000000000..9ab2b5e1a
--- /dev/null
+++ b/FS/t/cust_pay_pending.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pay_pending;
+$loaded=1;
+print "ok 1\n";