diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-14 13:03:50 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-14 13:03:50 -0800 |
commit | a5b53c10d1014b408075e2fe1cc31ea4042ecafc (patch) | |
tree | 2d384d117839c2b0340949caa4d7a73727933d8c /t | |
parent | 1f19e67636476c7119cfb41920c5b176e617c697 (diff) |
pass ACH account type, Freeside RT#20551
Diffstat (limited to 't')
-rw-r--r-- | t/check.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |