2010-05-24 39 views
4

我的網站正常使用PayPal的沙箱,然後突然停止。沙盒「對不起 - 您的最後一個操作無法完成」

現在,我得到了奇妙的錯誤Sandbox "Sorry — your last action could not be completed"

這是我的HTML:

<body onload="document.Paypal.submit();"> 
    <!-- item_number should get passed back --> 
    <form name="Paypal" method="post" action="https://www.sandbox.paypal.com cgi-bin/webscr" id="Paypal"> 
<div> 
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTkyNTEyNzc0NGRk0LKGvSMTla6LgHpbOsdk7iC0iXE=" /> 
</div> 

<div> 
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCALKhatPArLPtrsEAreImG4CweeH+AkCgMPhowcC+NaM4gQC+Y2VqwoCouzSnwEVXI9UvQxqI2UcdQ4SmcSWqfEZNw==" /> 
</div> 

     <input type="hidden" name="cmd" value="_cart" /> 
     <input type="hidden" name="upload" value="1" />   

     <!-- The following is for itemized PayPal data instead of the aggregated version --> 
     <input type="hidden" name="item_name_1" value="LEADING SKILLS 4/10/2012 6:00 PM Section: Members " /> 
     <input type="hidden" name="amount_1" value="250.00" /> 
     <input type="hidden" name="quantity_1" value="2" /> 

     <input type="hidden" name="handling_cart" value="7.00" /> 

     <input type="hidden" name="tax_cart" value="35.00" /> 

     <!-- STANDARD DATA --> 
     <input name="business" type="hidden" id="business" value="[email protected]" /> 

     <input name="invoice" type="hidden" id="invoice" value="TS-1E8B59A0-B" /> 
     <input type="hidden" name="no_note" value="0" /> 
     <input name="currency_code" type="hidden" id="currency_code" value="USD" /> 
     <input name="shipCountry" type="hidden" id="shipCountry" /> 
     <input type="hidden" name="return" value="http://rockclimbing.venueblue.com/Gateway/paypal/Complete.aspx?id=db86c0bf-beb8-4e37-b495-bed1d3e7e6f3" /> 
     <input name="cancel_returnUrl" type="hidden" id="cancel_returnUrl" value="http://rockclimbing.venueblue.com/ShoppingCart.aspx" /> 


     <input type="hidden" name="cn" value="How did you hear about us?" /> 
     <input name="custom" type="hidden" id="custom" value="db86c0bf-beb8-4e37-b495-bed1d3e7e6f3" />   
     <input name="notify_url" type="hidden" id="notify_url" value="http://rockclimbing.venueblue.com/Gateway/Paypal/IPN.aspx" />   

    <input type="submit" value="Submit Payment Info" style="display:none;" /> 

    Processing Order.... 

    </form> 
</body> 

任何人都有一個線索發生了什麼?

回答

3

那麼今天早些時候我有同樣的事情,我想我搞砸了。我正在使用Opera,然後更改爲FireFox,並沒有出現這樣的錯誤。然後我刪除瀏覽歷史記錄,餅乾,現金,一切和歌劇中的問題消失。也許你也可以嘗試。

+0

不適合我... – flyingfisch 2014-05-01 17:12:23

+0

爲我工作。在做沙箱測試時,我需要在買家和推動者賬戶之間切換。我遇到了錯誤,因爲我仍然使用其他帳戶登錄。 – ownking 2015-05-07 12:58:45

相關問題