failure status
[Business-BatchPayment.git] / BatchPayment / Batch.pm
index 16f1738..b05eb80 100644 (file)
@@ -82,7 +82,6 @@ has items => (
 );
 
 class_type 'DateTime';
-coerce 'DateTime', from 'Int', via { DateTime->from_epoch($_) };
 
 has process_date    => (
   is => 'rw',