0.03
[Business-BatchPayment.git] / BatchPayment.pm
index abc2a83..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
 
@@ -55,6 +55,15 @@ our $VERSION = '0.02_01';
     ... process items and record successful/failed payments
   }
 
+  # if your processor uses processor_id...
+
+  $processor->submit(@request);
+  foreach (@request) {
+    ... record process_id for that request
+  }
+  # later...
+  my @reply = $processor->receive(@process_ids);
+
 =head1 CLASS METHODS
 
 =over 4