0.02
authorMark Wells <mark@freeside.biz>
Fri, 3 Apr 2015 21:35:23 +0000 (14:35 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 3 Apr 2015 21:35:23 +0000 (14:35 -0700)
BatchPayment.pm
Changes

index 8f4eaac..8b30c11 100644 (file)
@@ -18,7 +18,7 @@ Business::BatchPayment - Batch-oriented payment processing
 
 =cut
 
-our $VERSION = '0.02_01';
+our $VERSION = '0.02';
 
 =head1 SYNOPSIS
 
diff --git a/Changes b/Changes
index ade973c..3db0429 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Business-BatchPayment
 
+0.02    Fri Apr  3 14:29:05 PDT 2015
+        Add processor_id field (processor-assigned transaction reference)
+
 0.02_01 unreleased
         - fix warning about Action: Passing a list of values to enum is deprecated. Enum values should be wrapped in an arrayref.