summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-14 13:03:50 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-14 13:03:50 -0800
commita5b53c10d1014b408075e2fe1cc31ea4042ecafc (patch)
tree2d384d117839c2b0340949caa4d7a73727933d8c /t
parent1f19e67636476c7119cfb41920c5b176e617c697 (diff)
pass ACH account type, Freeside RT#20551
Diffstat (limited to 't')
-rw-r--r--t/check.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check.t b/t/check.t
index 721e23a..892f367 100644
--- a/t/check.t
+++ b/t/check.t
@@ -19,7 +19,7 @@ my %content = (
account_number => '12345',
routing_code => '111000025', # BoA in Texas taken from Wikipedia
bank_name => 'First National Test Bank',
- account_type => 'Checking',
+ account_type => 'Business Checking',
);
my $voidable;