From c10a15dabc2a36006e474f42355383c1231e571a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 10 Sep 2002 05:33:18 +0000 Subject: -quiet "$Business::OnlinePayment::VirtualNet::DEBUG used only once" warnings in tests under old perls -fix elusive "Error in Batch in Detail Record #0003 field #19" bug: missing transactoin identifiers should default to zero-fill, not space fill --- t/bad_auth.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/bad_auth.t') diff --git a/t/bad_auth.t b/t/bad_auth.t index 9dbde52..04e25a2 100644 --- a/t/bad_auth.t +++ b/t/bad_auth.t @@ -4,6 +4,7 @@ use Business::OnlinePayment; $DEBUG = 0; $Business::OnlinePayment::VirtualNet::DEBUG = $DEBUG; +$Business::OnlinePayment::VirtualNet::DEBUG += 0; #quiet warnings with old perl # Use this merchant information for testing only. # -- cgit v1.2.1