diff options
author | ivan <ivan> | 2006-03-25 06:49:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-25 06:49:16 +0000 |
commit | 86dd019910be3db43cbe065601c14d23c7e0597d (patch) | |
tree | f9d4da870fe6e447be3b1247a86e775038dcc713 /t/check.t | |
parent | 32073e637db2c5c91b726072f891c36ebd8b3d10 (diff) |
s/CHECK/ECHECK/, DOH
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', |