paypal - 沙盒 "Sorry — your last action could not be completed"

标签 paypal paypal-sandbox

我的网站在 PayPal 的沙箱中运行良好,然后突然停止了。

现在我得到了美妙的错误Sandbox“抱歉——你的最后一个 Action 无法完成”

这是我的 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="paypal@rockclimbing.venueblue.com" />

        <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>

有人知道发生了什么事吗?

最佳答案

好吧,我今天早些时候遇到了同样的事情,我以为我搞砸了。我之前用的是Opera,后来改成FireFox就没有这个错误了。然后我删除了浏览历史记录、cookies、现金等所有内容,问题在 Opera 中消失了。也许你也可以试试。

关于paypal - 沙盒 "Sorry — your last action could not be completed",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2900477/

相关文章:

Paypal 订阅/定期付款

Paypal REST 沙盒 API 给出 ​​INTERNAL_SERVICE_ERROR

Magento/Paypal 储备金将在几个月后收取

paypal - 请登录以使用 PayPal 沙盒功能

ios - Paypal iOS 总是返回相同的 Paypal ID

paypal-sandbox - 如何在 PayPal Express Checkout 中设置新帐户创建选项?

c# - c#中的PayPal支付简单示例

php - 安全 header 无效 - 使用 curl php

c# - 付款时如何添加公司标志

PayPal API 返回 RESOURCE_NOT_FOUND/INVALID_RESOURCE_ID 但交易列在 Sandbox Business 帐户中