Php 沙盒贝宝ipn自7月15日起未被调用

Php 沙盒贝宝ipn自7月15日起未被调用,php,paypal,sandbox,paypal-ipn,Php,Paypal,Sandbox,Paypal Ipn,我的沙盒ipn从7月15日起没有被调用,因为在那之前它工作得很好。它与ipn模拟器配合使用效果良好 我不知道出了什么问题,因为我没有对我的ipn和paypal表单文件进行任何更改 这是我的贝宝表格 <form name="frmSample" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"

我的沙盒ipn从7月15日起没有被调用,因为在那之前它工作得很好。它与ipn模拟器配合使用效果良好

我不知道出了什么问题,因为我没有对我的ipn和paypal表单文件进行任何更改

这是我的贝宝表格

<form name="frmSample" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="upload" value="1">
    <input type="hidden" name="rm" value="2">
    <input type="hidden" name="business" value="sreeni_1342691311_biz@gmail.com">
    <input type="hidden" name="item_name_1" value="Memorex">
    <input type="hidden" name="item_number_1" value="25">
    <input type="hidden" name="amount_1" value="30">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="notify_url" value="http://example.com/notify.php">
    <input type="hidden" name="return" value="http://example.com">
    <input type="hidden" name="cancel_return" value="http://example.com">
    <input type="submit" value="submit" >
</form>

这只是我在ipn侦听器中写的内容

<?php
mail("sreeni@gmail.com","My Subject","My biz Message");
?>

邮件正在通过ipn模拟器发送。我尝试过改变我的商业账户,也尝试过打开ipn,但都没用


有人能帮我吗?有人能检查一下沙盒ipn是否为您工作吗?

面临同样的问题。。但是,您可以注意到,它与buy now按钮一起使用 cmd=\u xclick

这只是我的问题 cmd=\u购物车


这可能只是沙盒的问题。如果您上线,它可能会开始正常工作。

这是目前已知的沙盒bug,我们正在解决它。我建议你继续努力;它应该很快恢复工作。正如你所说的,经过很长一段时间后,它现在正在工作。谢谢你的宝贵意见