X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Jettis.pm;h=673bf67ab98d8ef5099e665e94666ef36aebd1e9;hb=45300d91a7fee7fe229547d51ce72f2243d459ec;hp=3da3b453c3191db61d262a1ae7088d3feea03841;hpb=49aca2a8e2538e4567cb8e801df96d2a371d5c2c;p=Business-OnlinePayment-Jettis.git diff --git a/Jettis.pm b/Jettis.pm index 3da3b45..673bf67 100644 --- a/Jettis.pm +++ b/Jettis.pm @@ -194,7 +194,7 @@ sub submit { } my $type = lc($content{'type'}); - if ( $type eq 'echeck' ) { + if ( $type eq 'check' ) { } else { croak "$type not (yet) supported"; } @@ -270,15 +270,16 @@ Business::OnlinePayment::Jettis - Jettis backend for Business::OnlinePayment my $tx = new Business::OnlinePayment("Jettis"); $tx->content( - type => 'ECHECK', + type => 'CHECK', login => 'test', #ClientID action => 'Normal Authorization', description => 'Business::OnlinePayment test', amount => '49.95', invoice_number => '100100', name => 'Tofu Beast', - card_number => '4007000000027', - expiration => '09/02', + account_number => '12345', + routing_code => '123456789', + bank_name => 'First National Test Bank', ); $tx->submit(); @@ -294,7 +295,7 @@ For detailed information see L. =head1 NOTE -This module only implements 'ECHECK' (ACH) functionality at this time. Credit +This module only implements 'CHECK' (ACH) functionality at this time. Credit card transactions are not (yet) supported. =head1 COMPATIBILITY