Skip to content

Commit

Permalink
Wrong IPN sandbox url
Browse files Browse the repository at this point in the history
As described here (https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/ipn-test-outside) the sandbox url for IPN isn't "ipnpb.sandbox.paypal.com".
  • Loading branch information
j0k3r committed Feb 20, 2013
1 parent 8f8e9f0 commit 4f0a90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sdk_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service.EndPoint.PayPalAPIAA = "https://api-3t.sandbox.paypal.com/2.0" ; Endpoin
; service.EndPoint.PayPalAPI = "https://api.sandbox.paypal.com/2.0"
; service.EndPoint.PayPalAPIAA = "https://api.sandbox.paypal.com/2.0"

service.EndPoint.IPN = "https://ipnpb.sandbox.paypal.com/cgi-bin/webscr"
service.EndPoint.IPN = "https://www.sandbox.paypal.com/cgi-bin/webscr"
service.RedirectURL = "https://www.sandbox.paypal.com/webscr&cmd="

; Multiple end-points configuration - while using multiple SDKs in combination, like merchant APIs(expresscheckout etc) and Permissions etc, uncomment the respective endpoint. refer README for more information
Expand All @@ -52,4 +52,4 @@ service.EndPoint.Permissions = "https://svcs.sandbox.paypal.com/"
log.FileName=../PayPal.log
log.LogLevel=INFO
log.LogEnabled=true


0 comments on commit 4f0a90a

Please sign in to comment.