I have a Drupal 5 setup for a florist friend of mine at: http://davinoflorist.com/ .
When customers have a different shipping address vs. billing address, the Ubercart review page shows these correctly, but the PayPal review page shows a shipping address which is actually the billing address. Many customers freak out, since they don't want the flowers delivered to them, and don't complete the transaction. At least some call the store, but an unknown number don't do that either.
A quick look at the code indicates that if the product is shippable and there's a delivery_first_name, it should be appending shipping info to the PayPal request.
That doesn't seem to be working, though.
Any clues?
