diff options
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ $tx->content( password => $password, action => 'Normal Authorization', description => 'Business::OnlinePayment checking test', - amount => '40.18', + amount => '10.00', invoice_number => '10999', customer_id => 'nobody', first_name => 'John', @@ -25,8 +25,9 @@ $tx->content( state => 'CA', zip => '95824', account_number => '100012345678', - routing_code => '111000025', + routing_code => '307070005', account_type => 'Checking', + check_number => '1277' ); $tx->submit(); |