diff options
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use Business::OnlinePayment; # checks are broken it seems my $ctx = new Business::OnlinePayment("OpenECHO"); $ctx->content( - type => 'CHECK', + type => 'ECHECK', 'login' => '123>4685706', 'password' => '09437869', action => 'Normal Authorization', |