I've been using address override Ok but yesterday I was testing in the sandbox and noticed my delivering address was not appearing.
I tested a few live shops and the same was happening there - the address was not being sent through:
Everything else is working fine.
I've tried replacing the state with a 2 char code but get just the same result. Even If I turn address_overide off the address is not stored with the order, If I look at it in my sandbox account its says address not supplied.
Has anything changed recently?
Here is my post info:
Here is my sandbox form
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="myemailaddy">
<input type="hidden" name="ipn_test" value="1">
<input type="hidden" name="cancel_return" value="http://mydomain/cancel.php">
<input type="hidden" name="address_override" value="1">
<input type="hidden" name="item_name_1" value="Sparkling Teardrops">
<input type="hidden" name="item_number_1" value="33">
<input type="hidden" name="amount_1" value="14.99">
<input type="hidden" name="shipping_1" value="5">
<input type="hidden" name="quantity_1" value="1">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="email" value="myemailaddy">
<input type="hidden" name="first_name" value="fname">
<input type="hidden" name="last_name" value="lname">
<input type="hidden" name="country" value="GB">
<input type="hidden" name="address1" value="address1">
<input type="hidden" name="address2" value="address2">
<input type="hidden" name="city" value="city">
<input type="hidden" name="state" value="state">
<input type="hidden" name="zip" value="zip">
<input type="hidden" name="return" value="http://mydomain/success.php">
<input type="hidden" name="notify-url" value="http://mydomain/success-ipn.php">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="invoice" value="invoicenum>
<input type="hidden" name="custom" value="">
<input type="image" src="http://images.paypal.com/images/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!"></form>
[edited by: lorax at 9:21 pm (utc) on Oct. 19, 2006]
[edit reason] removed specifics [/edit]