X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=lib%2FBusiness%2FOnlinePayment%2FJety.pm;h=bfd7998d44dd56d6c2613b3d5914f999efe37e6b;hb=HEAD;hp=a10c64edb9279ebd0b0c70603fdf1e11b9fdd795;hpb=a1a70f1e5b213a6e235a97d22cdf362555780832;p=Business-OnlinePayment-Jety.git 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 perl(1). L. +=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