Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paypal integration tips #10

Open
masayang opened this issue Aug 9, 2016 · 0 comments
Open

Paypal integration tips #10

masayang opened this issue Aug 9, 2016 · 0 comments

Comments

@masayang
Copy link

masayang commented Aug 9, 2016

Those are some tips for Paypal integration I would like to share
paypal setting 1
paypal settings

:

  • Paypal sandbox doesn't accept localhost as callback target. Use http://127.0.0.1:8100 instead.
  • Choose "Personal Information", "Address Information", and "Account Information" from "Log In with PayPal" options.
  • Add -a 127.0.0.1 option when you start npm, i.e. "$ npm start -a 127.0.0.1", so that server.js can listen http://127.0.0.1:8100 instead of http://localhost:8100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant