diff options
Diffstat (limited to 'lib/Business/OnlinePayment/Jety.pm')
-rw-r--r-- | lib/Business/OnlinePayment/Jety.pm | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/lib/Business/OnlinePayment/Jety.pm b/lib/Business/OnlinePayment/Jety.pm index a10c64e..bfd7998 100644 --- a/lib/Business/OnlinePayment/Jety.pm +++ b/lib/Business/OnlinePayment/Jety.pm @@ -10,7 +10,7 @@ use Date::Format; use Tie::IxHash; @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.08'; +$VERSION = '0.09'; $me = 'Business::OnlinePayment::Jety'; $DEBUG = 0; @@ -260,8 +260,7 @@ Business::OnlinePayment::Jety - Jety Payments ACH backend for Business::OnlinePa use Business::OnlinePayment; #### - # Electronic check authorization. We only support - # 'Normal Authorization'. + # Electronic check authorization. #### my $tx = new Business::OnlinePayment("Jety"); @@ -322,7 +321,9 @@ Returns a useful error message. The following actions are valid: - normal authorization + Normal Authorization + Void + Credit =head1 AUTHOR @@ -332,5 +333,14 @@ Mark Wells <mark@freeside.biz> perl(1). L<Business::OnlinePayment>. +=head1 ADVERTISEMENT + +Need a complete, open-source back-office and customer self-service solution? +The Freeside software includes support for credit card and electronic check +processing, integrated trouble ticketing, and customer signup and self-service +web interfaces. + +http://freeside.biz/freeside/ + =cut |