Flesh out txn contents
authorfbriere <fbriere>
Tue, 14 Feb 2006 08:46:25 +0000 (08:46 +0000)
committerfbriere <fbriere>
Tue, 14 Feb 2006 08:46:25 +0000 (08:46 +0000)
t/40live.t

index 0f38f1e..74f2695 100755 (executable)
@@ -17,11 +17,23 @@ $txn->test_transaction(1);
 
 $txn->content(
                action          => 'Normal Authorization',
+
                type            => 'Visa',
                card_number     => '0000000000000000',
-               exp_date        => '2004/07',
+               exp_date        => '2007/07',
+
                name            => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re",
-               amount          => 0.01,
+               address         => '123 Nowhere',
+               city            => 'Metropolis',
+               state           => 'QC',
+               zip             => 'A1A 1A1',
+               country         => 'CA',
+               phone           => '123-456-7890',
+               email           => 'fbriere@fbriere.net',
+
+               #amount         => 0.01,
+               description     => [ { amount => 19.99, sku => '123',
+                                       description => 'Something' } ],
        );
 
 $txn->submit;