diff options
author | ivan <ivan> | 2002-09-10 05:33:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-10 05:33:18 +0000 |
commit | c10a15dabc2a36006e474f42355383c1231e571a (patch) | |
tree | 985d56b19065ffb74b4b6e8f424249f45afc90c0 /t/bad_auth.t | |
parent | 652d62966e11853c8e19767fdf47089b3e48cfb6 (diff) |
-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
Diffstat (limited to 't/bad_auth.t')
-rw-r--r-- | t/bad_auth.t | 1 |
1 files changed, 1 insertions, 0 deletions
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. # |