diff options
author | fbriere <fbriere> | 2006-08-19 17:39:13 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-08-19 17:39:13 +0000 |
commit | 980d429a92740e97ca84e1fa9fb951284160c820 (patch) | |
tree | a89e2c3bcb40b1cfbaea39fa6d043912a1fb6e67 /t/50idempotence.t | |
parent | d3c665aa8eadcd5284daf8f8c9b7525ed6bbc542 (diff) |
Renamed exp_date to expiration
Diffstat (limited to 't/50idempotence.t')
-rwxr-xr-x | t/50idempotence.t | 2 |
1 files changed, 1 insertions, 1 deletions
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", |