paypal / paypal-retail-node

A module and midtier server to help integrate mobile applications with the PayPal Retail SDK
16 stars 32 forks source link

onErrorWhileSettingAccessTokenToSDK #3

Open hamidsani opened 8 years ago

hamidsani commented 8 years ago

When I used the sample server from the android paypal here sdk (http://pph-retail-sdk-sample.herokuapp.com/toPayPal/live) everything worked with no problems. Just recently I switched to my own paypal heroku server. The code is exactly the same as before, just different URL and the returnStringCheckParam now starts with my apps name instead of sample server's. Now the issue is that when I initialize the sdk I first get onErrorWhileSettingAccessTokenToSDK dialog and after a second I get onSuccessfulCompletionOfSettingAccessTokenToSDK. Everything works fine after that but I was wondering if you had any clue as to what could cause this error.

Thanks