diff options
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', |