X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fcredit_card.t;h=ec8f7f80244da319ec937518e5240f755bb072f9;hb=a75dbc7f6fe0bba5a0af7069488891e4685af7c5;hp=d2ed2d133941b75f875002acd8b4f941e1781683;hpb=adb17e0910eede13b339ddbd993d255381bb004a;p=Business-OnlinePayment-Network1Financial.git diff --git a/t/credit_card.t b/t/credit_card.t index d2ed2d1..ec8f7f8 100644 --- a/t/credit_card.t +++ b/t/credit_card.t @@ -5,8 +5,8 @@ use Business::OnlinePayment; my $tx = new Business::OnlinePayment("Network1Financial"); $tx->content( type => 'VISA', - login => '999999999999', - password => 'AAAAAAAAAAAA', + login => '999999999996', + password => 'J4BGW3Q2K8N4', action => 'Normal Authorization', description => 'Business::OnlinePayment visa test', amount => '49.95', @@ -14,12 +14,13 @@ $tx->content( customer_id => 'jsk', first_name => 'Tofu', last_name => 'Beast', + 'name' => 'Tofu Beast', address => '123 Anystreet', city => 'Anywhere', state => 'UT', zip => '84058', - card_number => '4111111111111', - expiration => '01/05', + card_number => '4111111111111111', + expiration => '04/05', ); $tx->test_transaction(1); # test, dont really charge $tx->submit();