X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2F40live.t;h=3f510f9350b97cd39a22c297f9345827fd7daf9a;hb=980d429a92740e97ca84e1fa9fb951284160c820;hp=74f2695601fd9e9012f4f36c0c37a84386b9fe85;hpb=9a06d7224c19ec6d3dfd3cbf58a3ab76da818330;p=Business-OnlinePayment-InternetSecure.git diff --git a/t/40live.t b/t/40live.t index 74f2695..3f510f9 100755 --- a/t/40live.t +++ b/t/40live.t @@ -1,3 +1,5 @@ +# vim:set syntax=perl: + use Test::More; BEGIN { @@ -20,7 +22,7 @@ $txn->content( type => 'Visa', card_number => '0000000000000000', - exp_date => '2007/07', + expiration => '2004/07', name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", address => '123 Nowhere', @@ -31,9 +33,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;