English 中文(简体)
Sandbox "Sorry — your last action could not be completed"
原标题:

My site was working fine with PayPal s sandbox, and then all of a sudden it stopped.

Now I get the wonderful error Sandbox "Sorry — your last action could not be completed"

This is my 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>

Anyone have a clue what happened?

问题回答

Well i had the same thing today earlier, I thought i screwed smth up. I was using Opera, then changed to FireFox and there was no such error. then i deleted Browsing history, cookies, cash, everything and the problem disapeared in opera. maybe you could try that too.





相关问题
2. 提交多件物品,一劳永逸地与营地一起支付

我有一些销售物品,有2和3级的定制。 一旦安装了用户,就会增加我的现场车。 问题在于,如何把每一件物品送到检查时支付费用? 唯一发现的法典......

PHP - Paypal product timeout

I have finally got my paypal system working using IPN and a reservation system to ensure that two people do not buy the same product. The problem is, the reservations last for 10 mins on my ...

Paypal not picking up shipping?

this is strange, for some reason this paypal isn t picking up my shipping_1 value, yet I have done another form similar, and it goes through ok? I have no idea what s wrong with it.. <form target=&...

PayPal Website Payment Pro / Payflow Pro Difficulties

Okey, I m using PHP/SQL for my built web-cart. I also have the required paypal account (business) so I have an API authentication. I also made a sandbox account and got an API authentication there too....

How to link username in site to PayPal information email?

It s not a problem but i don t know how to do this; let s say that I have a sign up form with some fields: username, password, email, as you know the user clicks on the BUY BUTTON and pay s up. Well, ...

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

Does HttpWebRequest send 200 OK automatically?

Background: I am implementing Paypal IPN handler. This great article on Paypal states that I am required to send a 200 OK back to Paypal after I read the response. The processing of IPN request is ...

热门标签