X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t2%2Fecheck.t;h=24dca67ca8b9084fb7baa206a2c538e6e94faf74;hb=d723cf7eb99572f3b4ac17a649bace0c9177b52e;hp=b21d5d4a3d261321710e2201920e11eb78b9037b;hpb=bae4cd5aaec29c73eeff2250ec21af5d46d2fe9d;p=Business-OnlinePayment-LinkPoint.git diff --git a/t2/echeck.t b/t2/echeck.t index b21d5d4..24dca67 100644 --- a/t2/echeck.t +++ b/t2/echeck.t @@ -20,9 +20,11 @@ $tx->content( zip => '84058', country => 'US', email => 'ivan-linkpoint@420.am', - card_number => '4007000000027', - expiration => '12/2008', - bankstate => 'UT', + account_number => '0027', + account_type => 'Personal Checking', + routing_code => '400700000', + bank_name => 'SomeBank', + bank_state => 'UT', ); $tx->test_transaction(1);