summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/bad_check.t2
-rw-r--r--t/check.t2
-rw-r--r--t/crypt_bad_check.t2
-rw-r--r--t/crypt_check.t2
4 files changed, 4 insertions, 4 deletions
diff --git a/t/bad_check.t b/t/bad_check.t
index 6b44591..4102922 100644
--- a/t/bad_check.t
+++ b/t/bad_check.t
@@ -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',
diff --git a/t/check.t b/t/check.t
index c68c442..f8c83a3 100644
--- a/t/check.t
+++ b/t/check.t
@@ -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',
diff --git a/t/crypt_bad_check.t b/t/crypt_bad_check.t
index 4903b48..f47f53e 100644
--- a/t/crypt_bad_check.t
+++ b/t/crypt_bad_check.t
@@ -14,7 +14,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',
diff --git a/t/crypt_check.t b/t/crypt_check.t
index 7d01a85..d0c09ab 100644
--- a/t/crypt_check.t
+++ b/t/crypt_check.t
@@ -14,7 +14,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',