From: ivan Date: Mon, 8 Mar 2010 22:01:47 +0000 (+0000) Subject: Add ECHECK_void_requires_account to introspection X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ef08cc209fc93e78316587becb76d9b2662ebf95;p=Business-OnlinePayment.git Add ECHECK_void_requires_account to introspection --- diff --git a/Changes b/Changes index a09270f..f916a36 100644 --- 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. diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 7cc39de..482f6e8 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -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() diff --git a/notes_for_module_writers_v3 b/notes_for_module_writers_v3 index d5d9834..f8d9ce5 100644 --- a/notes_for_module_writers_v3 +++ b/notes_for_module_writers_v3 @@ -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 }; }