Skip to content

Commit

Permalink
Edited docs/PayflowPro.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Sep 15, 2011
1 parent c897a78 commit c66604a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PayflowPro.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ See https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer
### DoDirectPayment
Process a payment

var payflow = require('paynode').payflowProGateway
var payflow = require('paynode').use('payflowpro');

var client = payflow.createClient({level:payflow.levels.sandbox
, user:'username'
Expand Down Expand Up @@ -86,7 +86,7 @@ Process a payment
### GetBalance
Get the balances of your account

var payflow = require('paynode').payflowProGateway
var payflow = require('paynode').use('payflowpro');

var client = payflow.createClient({level:payflow.levels.sandbox
, user:'username'
Expand Down

0 comments on commit c66604a

Please sign in to comment.