diff options
author | fbriere <fbriere> | 2006-02-16 23:21:29 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-16 23:21:29 +0000 |
commit | 4084c06eda700a7c7c5c49055b9f8ab77366eb1b (patch) | |
tree | 6c2e1ccbc3e074985057baf44189b33164aadaf6 /t | |
parent | 13edcab0b776d1c963b2307c06a26669ee96ef52 (diff) |
Revert some changes
Diffstat (limited to 't')
-rwxr-xr-x | t/40live.t | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -20,7 +20,7 @@ $txn->content( type => 'Visa', card_number => '0000000000000000', - exp_date => '2007/07', + exp_date => '2004/07', name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", address => '123 Nowhere', @@ -31,9 +31,8 @@ $txn->content( phone => '123-456-7890', email => 'fbriere@fbriere.net', - #amount => 0.01, - description => [ { amount => 19.99, sku => '123', - description => 'Something' } ], + amount => 0.01, + description => 'Test transaction', ); $txn->submit; |