From 7d1a133f207a54f9a996e860edd74b16e936c27c Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Nov 2007 02:55:11 +0000 Subject: even more reliable multiple-payment/double-click/concurrent-payment-form protection --- FS/t/cust_pay_pending.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_pay_pending.t (limited to 'FS/t') 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"; -- cgit v1.2.1