diff options
Diffstat (limited to 't2')
-rw-r--r-- | t2/echeck.t | 8 |
1 files changed, 5 insertions, 3 deletions
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); |