From dfb40b7b08cc6758a7675cf741b05eb8ba19bb52 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Mar 2010 22:05:45 +0000 Subject: add ECHECK_void_requires_account to introspection info --- IPPay.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IPPay.pm') diff --git a/IPPay.pm b/IPPay.pm index bc97446..ab063cb 100644 --- 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, }; } -- cgit v1.2.1