better_spree_paypal_express
better_spree_paypal_express copied to clipboard
Paypal fraud protection is balking at the lack of a supplied shipping address
As I mentioned here https://github.com/spree-contrib/better_spree_paypal_express/pull/109#issuecomment-49096113
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
I definitely agree passing along a shipping address (if it's available) is a worthwhile thing to do.
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