From a5167d9e33d24e4c091b44e79b05da08cf2e6fcb Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 25 Mar 2006 09:36:28 +0000 Subject: move "payee" to a new() option, use "RECURRIN" for check # if one is missing...? --- t/crypt_bad_check.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 't/crypt_bad_check.t') diff --git a/t/crypt_bad_check.t b/t/crypt_bad_check.t index f47f53e..cdbb8ac 100644 --- a/t/crypt_bad_check.t +++ b/t/crypt_bad_check.t @@ -12,7 +12,9 @@ if ( $@ ) { use Business::OnlinePayment; # checks are broken it seems -my $ctx = new Business::OnlinePayment("OpenECHO"); +my $ctx = new Business::OnlinePayment("OpenECHO", + payee => 'Tofu Heavy Enterprises, GmbH', +); $ctx->content( type => 'ECHECK', 'login' => '123>4685706', @@ -27,7 +29,7 @@ $ctx->content( routing_code => '026009593', bank_name => 'First National Test Bank', phone => '420-420-5454', - payee => 'Tofu Heavy Enterprises, GmbH', + #payee => 'Tofu Heavy Enterprises, GmbH', check_number => '420', ); $ctx->test_transaction(1); # test, dont really charge -- cgit v1.2.1