diff options
author | ivan <ivan> | 2010-03-08 22:05:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-08 22:05:45 +0000 |
commit | dfb40b7b08cc6758a7675cf741b05eb8ba19bb52 (patch) | |
tree | 0e5e85482f75ff2f7d3f9cbe570379f0483ea383 /IPPay.pm | |
parent | 5c008be3b9bb7eb5c7423cf174399c57a19ee707 (diff) |
add ECHECK_void_requires_account to introspection info
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, }; } |