X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2F40live.t;h=349bae5b6fbbd05b9581bb0ae8eb0ed25e8b6b90;hb=4084c06eda700a7c7c5c49055b9f8ab77366eb1b;hp=74f2695601fd9e9012f4f36c0c37a84386b9fe85;hpb=13edcab0b776d1c963b2307c06a26669ee96ef52;p=Business-OnlinePayment-InternetSecure.git diff --git a/t/40live.t b/t/40live.t index 74f2695..349bae5 100755 --- a/t/40live.t +++ b/t/40live.t @@ -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;