From a5b53c10d1014b408075e2fe1cc31ea4042ecafc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 14 Dec 2012 13:03:50 -0800 Subject: pass ACH account type, Freeside RT#20551 --- t/check.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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; -- cgit v1.2.1