summaryrefslogtreecommitdiff
path: root/t2/echeck.t
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-07 00:00:31 +0000
committerjeff <jeff>2007-04-07 00:00:31 +0000
commitd723cf7eb99572f3b4ac17a649bace0c9177b52e (patch)
tree6252764e47b52528e2692a2661bf65a6de7c790f /t2/echeck.t
parentbae4cd5aaec29c73eeff2250ec21af5d46d2fe9d (diff)
echeck imrovements
Diffstat (limited to 't2/echeck.t')
-rw-r--r--t2/echeck.t8
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);