X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fcheck.t;h=a81e7885ef83f1b3220ecea52bc188a341e8f058;hb=9212c895e9f63ac39a7c72265d38363409b49657;hp=661c1a7a68d1bac4cf3237df1e80bbd2a5bf494b;hpb=f982892c5f462471d94d40d29740178d04a78caa;p=Business-OnlinePayment-WesternACH.git diff --git a/t/check.t b/t/check.t index 661c1a7..a81e788 100644 --- a/t/check.t +++ b/t/check.t @@ -15,7 +15,7 @@ $tx->content( password => $password, action => 'Normal Authorization', description => 'Business::OnlinePayment checking test', - amount => '40.18', + amount => '10.00', invoice_number => '10999', customer_id => 'nobody', first_name => 'John', @@ -25,8 +25,9 @@ $tx->content( state => 'CA', zip => '95824', account_number => '100012345678', - routing_code => '111000025', + routing_code => '307070005', account_type => 'Checking', + check_number => '1277' ); $tx->submit();