diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-15 16:50:02 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-15 16:50:02 -0700 |
commit | 76e9eb92ac1dc0f8fc70a18f2cf5651afd1df301 (patch) | |
tree | d5ff67f1c143b8458ef82d0cd283d2b0625a6527 /BatchPayment/Batch.pm | |
parent | 1bd6506437d1329616ee97321187b1868f6a76de (diff) |
failure status
Diffstat (limited to 'BatchPayment/Batch.pm')
-rw-r--r-- | BatchPayment/Batch.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BatchPayment/Batch.pm b/BatchPayment/Batch.pm index 16f1738..b05eb80 100644 --- a/BatchPayment/Batch.pm +++ b/BatchPayment/Batch.pm @@ -82,7 +82,6 @@ has items => ( ); class_type 'DateTime'; -coerce 'DateTime', from 'Int', via { DateTime->from_epoch($_) }; has process_date => ( is => 'rw', |