diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-11 16:03:18 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-11 16:03:18 -0700 |
commit | 622a7ed7d079b7ae183053d2f807c862cc015db7 (patch) | |
tree | c5d01459f76f61d93fabc5f527f55669393534ee /BatchPayment/TestMode.pm | |
parent | 3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5 (diff) |
error callbacks, more structure for parse/format methods
Diffstat (limited to 'BatchPayment/TestMode.pm')
-rw-r--r-- | BatchPayment/TestMode.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BatchPayment/TestMode.pm b/BatchPayment/TestMode.pm index 551a9aa..54b4d13 100644 --- a/BatchPayment/TestMode.pm +++ b/BatchPayment/TestMode.pm @@ -7,6 +7,7 @@ requests will not be submitted to a live account if test_mode is true. =cut +use strict; use Moose::Role; has 'test_mode' => ( |