diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/20emit.t | 6 | ||||
-rwxr-xr-x | t/40live.t | 2 | ||||
-rwxr-xr-x | t/50idempotence.t | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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", @@ -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", |