pass ACH account type, Freeside RT#20551
[Business-OnlinePayment-IPPay.git] / t / check.t
index 721e23a..892f367 100644 (file)
--- 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;