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

Update order status in IPN call from Paypal #1

Open
msnisha opened this issue Sep 24, 2022 · 1 comment
Open

Update order status in IPN call from Paypal #1

msnisha opened this issue Sep 24, 2022 · 1 comment

Comments

@msnisha
Copy link

msnisha commented Sep 24, 2022

Iin updateOrderToPaid method, the order status should not be changed based on the POST payload directly, so anyone can mark the order as paid by calling the end point.

Use Paypal IPN web hook and also validate the web hook call before making changes to the order status. Here is some guide from paypal. https://developer.paypal.com/api/nvp-soap/ipn/IPNImplementation/

@AACHOURMOHAMED
Copy link
Owner

Hey @msnisha
Thank you for taking a look at my project
I will try to follow the documentation and fix The issue

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

2 participants