sandbox - Paypal error: Some required information is missing or incomplete -


i have been testing site few weeks , when ready go live it, error:

some required information missing or incomplete

with no explanation missing! have not changed - working yesterday. have tried clearing cookies, using different browser, turning off computer, resetting ip , trying different computer, nothing works!

our developer (in conuntry) says can place orders fine! don't understand why can cannot.

what have caused sudden error? use custom cart on site sends (as example) paypal (and uses auto return process things after payment made):

<input type="hidden" value="dress, size 8" name="item_name_1"> <input type="hidden" value="345.00" name="amount_1"> <input type="hidden" value="1" name="quantity_1"> <input type="hidden" value="_s-xclick" name="cmd"> <input type="hidden" value="1" name="upload"> <input type="hidden" value="0.00" name="tax_cart"> <input type="hidden" value="15.00" name="handling_cart"> <input type="hidden" value="1" name="no_note"> <input type="hidden" value="jo" name="first_name"> <input type="hidden" value="bloggs" name="last_name"> <input type="hidden" value="address" name="address1"> <input type="hidden" value="address2" name="address2"> <input type="hidden" value="town" name="city"> <input type="hidden" value="county" name="state"> <input type="hidden" value="ab1 2cd" name="zip"> <input type="hidden" value="email@gmail.com" name="email"> <input type="hidden" value="01245 123456" name="phone"> <input type="hidden" value="united kingdom" name="country"> <input type="hidden" value="gbp" name="currency_code"> <input type="hidden" value="2" name="rm"> <input type="hidden" value="13|" name="custom"> <input type="hidden" value="http://www.mywebsite.com/payment-success.php" name="return"> <input type="hidden" value="email@mywebsite.com" name="business"> 


Comments