add ECHECK_void_requires_account to introspection info
authorivan <ivan>
Mon, 8 Mar 2010 22:05:45 +0000 (22:05 +0000)
committerivan <ivan>
Mon, 8 Mar 2010 22:05:45 +0000 (22:05 +0000)
Changes
IPPay.pm

diff --git a/Changes b/Changes
index 8f25fda..613eb92 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for Perl extension Business::OnlinePayment::IPPay.
 
 0.05  unreleased
         - add introspection info used in Business::OnlinePayment 3.01+
+        - (0.05_02) add ECHECK_void_requires_account to introspection info
 
 0.04  Tue Jul 22 12:19:54 2008 EDT
        - force country and ship country to ISA-3166-alpha-3
index bc97446..ab063cb 100644 (file)
--- a/IPPay.pm
+++ b/IPPay.pm
@@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS;
 use vars qw($VERSION $DEBUG @ISA $me);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.05_01';
+$VERSION = '0.05_02';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;
@@ -36,6 +36,7 @@ sub _info {
                                    ],
                                  },
     'CC_void_requires_card' => 1,
+    'ECHECK_void_requires_account' => 1,
   };
 }