intrafusion Posted April 14, 2014 Share Posted April 14, 2014 (edited) Upgrading from 1.4 to 1.6. Running test check outs. I have reconfigured the paypal module and I have paypal payments standard setup (I had express setup and that works, but disabled it for testing). When a user goes and clicks the paypal image to make that final payment they get directed to https://www.paypal.com/cgi-bin/webscr Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Here is the button code for my cart: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <p class="payment_module"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="charset" value="utf8"> <input type="hidden" name="business" value="GetTshirty.com"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="custom" value="306;1"> <input type="hidden" name="amount" value="25.94"> <input type="hidden" name="first_name" value="shopper first name"> <input type="hidden" name="last_name" value="shopper last namer"> <input type="hidden" name="address1" value="shopper address"> <input type="hidden" name="city" value="Lake Worth"> <input type="hidden" name="state" value="FL"> <input type="hidden" name="zip" value="33467"> <input type="hidden" name="email" value="[email protected]"> <input type="hidden" name="night_phone_b" value="5611111111"> <input type="hidden" name="address_override" value="1"> <input type="hidden" name="item_name_1" value="Class of 2014 Rhinestone Sash"> <input type="hidden" name="amount_1" value="20"> <input type="hidden" name="quantity_1" value="1"> <input type="hidden" name="item_name_2" value="Shipping"> <input type="hidden" name="amount_2" value="5.94"> <input type="hidden" name="quantity_2" value="1"> <input type="hidden" name="tax_cart" value="0"> <input type="hidden" name="notify_url" value="http://www.gettshirty.com/module/paypalusa/validation?pps=1"> <input type="hidden" name="return" value="http://www.gettshirty.com/order-confirmation.php?id_cart=306&id_module=111&key=cbe32b4b62f2bff476f02291c34ec34f"> <input type="hidden" name="cancel_return" value="http://www.gettshirty.com/order"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="bn" value="PrestashopUS_Cart"> <input id="paypal-standard-btn" type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" alt="" style="vertical-align: middle; margin-right: 10px;"> Pay with PayPal </p> </form> What am I doing wrong? Edited April 14, 2014 by intrafusion (see edit history) Link to comment Share on other sites More sharing options...
intrafusion Posted April 14, 2014 Author Share Posted April 14, 2014 (edited) I've reviewed the paypal docs and found the error: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/cart_upload/#id09BLDK0007Q the busness value is reporting my website address and not the email address for payments: <input type="hidden" name="business" value="GetTshirty.com"> Where does this value get changed at? --- updated found that this was the business name field on the module. Edited April 14, 2014 by intrafusion (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts