diff options
author | ivan <ivan> | 2006-03-25 10:01:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-25 10:01:42 +0000 |
commit | a81ee0769c0943f93fe32eba60e6687b1063f958 (patch) | |
tree | 83ce0fc555838b9ee2aa1f67720014015871ed64 /t/check.t | |
parent | a5167d9e33d24e4c091b44e79b05da08cf2e6fcb (diff) |
use '00000000' for check # if one is missing then. what else to do for recurring transactions?
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,10 +7,16 @@ if ( $@ ) { use Business::OnlinePayment; -# checks are broken it seems my $ctx = new Business::OnlinePayment( "OpenECHO", 'payee' => 'Tofu Heavy Enterprises, GmbH', ); + +$Business::OnlinePayment::HTTPS::DEBUG = 1; +$Business::OnlinePayment::HTTPS::DEBUG = 1; +$Business::OnlinePayment::OpenECHO::DEBUG = 1; +$Business::OnlinePayment::OpenECHO::DEBUG = 1; + +# checks are broken it seems? $ctx->content( type => 'ECHECK', 'login' => '123>4685706', |