Add ECHECK_void_requires_account to introspection
authorivan <ivan>
Mon, 8 Mar 2010 22:01:47 +0000 (22:01 +0000)
committerivan <ivan>
Mon, 8 Mar 2010 22:01:47 +0000 (22:01 +0000)
Changes
OnlinePayment.pm
notes_for_module_writers_v3

diff --git a/Changes b/Changes
index a09270f..f916a36 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,7 @@ Revision history for Perl extension Business::OnlinePayment.
         - Add electronic check fields to documentation: bank_city, bank_state
         - Add clarification to notes_for_module_writers_v3 on authorization vs.
           order_number
+        - (3.01_03) Add ECHECK_void_requires_account to introspection
 
 3.00     Mon Aug 17 15:55:11 PDT 2009
         - It finally happened.
index 7cc39de..482f6e8 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
-$VERSION = '3.01_02';
+$VERSION = '3.01_03';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()
index d5d9834..f8d9ce5 100644 (file)
@@ -91,6 +91,7 @@ These are the module writer's notes for v3.  See the regular
                                        ],
                                      },
           'CC_void_requires_card' => 1,
+          'ECHECK_void_requires_account' => 1, #routing_code, account_number, name 
         };
       }