Skip to content
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.

Commit

Permalink
debygging
Browse files Browse the repository at this point in the history
  • Loading branch information
kaareal committed Sep 9, 2013
1 parent bb78a28 commit fd18fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function PayPal(options) {
ipAddress : '127.0.0.1',
apUrl : 'https://svcs.paypal.com/AdaptivePayments/',
testApUrl : 'https://svcs.sandbox.paypal.com/AdaptivePayments/',
ipnUrl: 'www.sandbox.paypal.com',
testIpnUrl: 'www.paypal.com'
ipnUrl: 'www.paypal.com',
testIpnUrl: 'www.sandbox.paypal.com'
};

this.options = utils.merge(defaults, options);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paypal-ap",
"version": "v0.10",
"version": "v0.11",
"description": "payments adaptive a node.js.",
"keywords": [],
"homepage": "http://github.com/kaareal/paypal-ap",
Expand Down

0 comments on commit fd18fb0

Please sign in to comment.