-
Notifications
You must be signed in to change notification settings - Fork 269
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 fraud protection is balking at the lack of a supplied shipping address #113
Comments
I definitely agree passing along a shipping address (if it's available) is a worthwhile thing to do. |
…n whether to send the shipping address. In reference to spree-contrib#113
Adds the ability to send a shipping address to Paypal (see spree-contrib#113) Also toggles displaying the shipping address on the Paypal pages.
The goal of this is to give a store operator the tools needed to be able to place seller protection elibible payments against Paypal. The changes are: * Creating a no_shipping preference to give the store developer a say in whether to send the shipping address. (spree-contrib#113) * Adds the ability to send a shipping address to Paypal (see spree-contrib#113) * Adds the option of displaying the shipping address on the Paypal pages. * Upgrades the Paypal SDK gem * Adds the ability to request a confirmed shipping address from Paypal. * Extracts the confirmed address from the Paypal express checkout details when we are configured to require a confirmed shipping address.
Ran into this today on branch 3.0. Pinging to see if there is any interest in this anymore.. |
I tried to fix myself, gaveit into the API but paypal didnt kept the address. their API doesn't help me. this defenitely needs to be fixed. who is in good relation with their API? |
I ended up merging into my fork for branch 3.0 here: https://github.com/Pixelbash/better_spree_paypal_express/commit/6086846a400caf22f28014bf4f2a93d754b5acbf |
let's see if that works for 3.1 aswell :P |
As I mentioned here #109 (comment)
I'm reading through the docs (https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/) and I think I might be able to sort this out by passing the Spree order shipping address along to Paypal. Putting this issue here for future reference.
cc @jhawthorn
The text was updated successfully, but these errors were encountered: