Revert some changes
authorfbriere <fbriere>
Thu, 16 Feb 2006 23:21:29 +0000 (23:21 +0000)
committerfbriere <fbriere>
Thu, 16 Feb 2006 23:21:29 +0000 (23:21 +0000)
t/40live.t

index 74f2695..349bae5 100755 (executable)
@@ -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;