diff options
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', |