I noticed that with the stand alone Express Checkout, the user only fills in shipping information on the checkout page which is perfect since the shipping address is all we really need.
But, I also see that PayPal returns both shipping and billing address.
I need to make sure that the address entered on the site always remains in the database as they entered it. I don’t want the shipping address to be changed when PayPal returns to pp_confirm.php.
Is it possible to prevent them from changing the shipping address at PayPal?
Here’s what I am worried will happen. Someone will check out using their current shipping address then pay at PayPal using their Mom’s account or spouses account that still contains an old address or a different billing address.
If the email goes out to the shipping department and it shows the billing address in place of what was entered on the site, it could be a problem. Since this is different than how the Advanced and Pro pages work, I wanted to make sure.
Thanks,
Troy