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

Express Checkout - Account Updates..?? #236

Closed
angelleye opened this issue Jul 1, 2015 · 1 comment
Closed

Express Checkout - Account Updates..?? #236

angelleye opened this issue Jul 1, 2015 · 1 comment
Milestone

Comments

@angelleye
Copy link
Collaborator

Express Checkout obtains user details from GetExpressCheckoutDetails and uses those details to create the local user account in WordPress/WooCommerce if an account is created with the site during checkout.

I'm not sure how we're handling it, though, if that data changes next time the same user checks out. For example, if they change their shipping address in their PayPal account, we need to make sure we update the local account accordingly when we get the next GetExpressCheckoutDetails response from their new order.

So basically, each time we get a GetExpressCheckoutDetails response we should compare that data with the local account, and if it's different, we should update the local account with the new data.

@angelleye angelleye added this to the 1.1.6.5 milestone Jul 1, 2015
@angelleye angelleye modified the milestones: 1.2.2, 1.2.1 Jun 18, 2016
@angelleye
Copy link
Collaborator Author

This may be related to #238, #464, and/or #471

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