summaryrefslogtreecommitdiff
path: root/BatchPayment
diff options
context:
space:
mode:
Diffstat (limited to 'BatchPayment')
-rw-r--r--BatchPayment/Batch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/BatchPayment/Batch.pm b/BatchPayment/Batch.pm
index d31baae..0d6176b 100644
--- a/BatchPayment/Batch.pm
+++ b/BatchPayment/Batch.pm
@@ -56,6 +56,7 @@ has items => (
elements => 'elements',
push => 'push',
},
+ default => sub { [] },
);
1;