diff options
author | fbriere <fbriere> | 2006-02-14 08:46:25 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-14 08:46:25 +0000 |
commit | 9a06d7224c19ec6d3dfd3cbf58a3ab76da818330 (patch) | |
tree | b9f427f3d09b0564ba3e1df40c2246e14adbd707 /t | |
parent | bd5bd4ddec4f1dd085815a817bb59f7eeca72b93 (diff) |
Flesh out txn contents
Diffstat (limited to 't')
-rwxr-xr-x | t/40live.t | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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; |