Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarr committed Aug 13, 2010
1 parent ba79a37 commit a173eea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/AuthorizeNet.md
Expand Up @@ -9,9 +9,10 @@ This client provides functionality for interacting with Authorize.net. Certifica
## Usage

Here's an example using the minimal fields needed to process a payment.

var authorizenet = authorizenet = require('paynode').authorizeNetGateway;

var client = authorizenet.createClient({
level:levels.sandbox
level:authorizenet.levels.sandbox
,login:'<yourlogin>'
,tran_key:'<yourtran_key>'
})
Expand Down

0 comments on commit a173eea

Please sign in to comment.