summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/20emit.t6
-rwxr-xr-xt/40live.t2
-rwxr-xr-xt/50idempotence.t2
3 files changed, 5 insertions, 5 deletions
diff --git a/t/20emit.t b/t/20emit.t
index 8ba4804..cc3ff0e 100755
--- a/t/20emit.t
+++ b/t/20emit.t
@@ -17,7 +17,7 @@ use constant TRANSACTIONS => (
type => 'Visa',
card_number => '4111 1111 1111 1111',
- exp_date => '2004-07',
+ expiration => '2004-07',
cvv2 => '000',
name => "Fr\N{LATIN SMALL LETTER E WITH ACUTE}d\N{LATIN SMALL LETTER E WITH ACUTE}ric Bri\N{LATIN SMALL LETTER E WITH GRAVE}re",
@@ -59,7 +59,7 @@ use constant TRANSACTIONS => (
action => 'Normal Authorization',
card_number => '5111-1111-1111-1111',
- exp_date => '7/2004',
+ expiration => '7/2004',
name => "\x{201c}Fr\x{e9}d\x{e9}ric Bri\x{e8}re\x{201d}",
@@ -74,7 +74,7 @@ use constant TRANSACTIONS => (
action => 'Normal Authorization',
card_number => '5111-1111-1111-1111',
- exp_date => '0704',
+ expiration => '0704',
name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re",
diff --git a/t/40live.t b/t/40live.t
index e2a3655..3f510f9 100755
--- a/t/40live.t
+++ b/t/40live.t
@@ -22,7 +22,7 @@ $txn->content(
type => 'Visa',
card_number => '0000000000000000',
- exp_date => '2004/07',
+ expiration => '2004/07',
name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re",
address => '123 Nowhere',
diff --git a/t/50idempotence.t b/t/50idempotence.t
index a387e57..db78133 100755
--- a/t/50idempotence.t
+++ b/t/50idempotence.t
@@ -12,7 +12,7 @@ use constant TRANSACTION =>
action => 'Normal Authorization',
card_number => '5111-1111-1111-1111',
- exp_date => '0704',
+ expiration => '0704',
name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re",