gpt4 book ai didi

php - 未调用 PayPal 订阅/Notify_URL(在沙盒下工作)

转载 作者:可可西里 更新时间:2023-10-31 23:51:23 24 4
gpt4 key购买 nike

我不明白。我在沙盒模式下测试了订阅按钮,它运行成功。 test-business收到付款,调用notify_url就好了。但是一旦我退出沙盒模式,业务仍然得到支付,订阅成功设置,但 notify_url 甚至没有被调用。我在实时/沙盒形式之间唯一改变的是:

{if $sandbox == TRUE}
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
{else}
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
{/if}

{if $sandbox == TRUE}
<input type="hidden" name="hosted_button_id" value="46CVBBYCFHPSY" />
{else}
<input type="hidden" name="hosted_button_id" value="VCL8LGQUWCM5E" />
{/if}

以防万一……其余部分看起来像:

        <input type="hidden" name="cmd" value="_s-xclick" /><input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online." />
<input type="hidden" name="custom" value="{$user->user_info.user_id}" />
<input type="hidden" name="return" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment.php?task=success" />
<input type="hidden" name="notify_url" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment_paypal.php?action=ipn" />
<input type="hidden" name="cancel_return" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment.php?task=cancel" />
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>

为什么哦,为什么这不起作用??我正在努力为我的客户解决这个问题。我不知道哪里出了问题。请帮助我,我应该尽快为我的客户完成这项工作。除了这 1 件事,我的其他所有东西都在 100% 工作。谢谢..

最佳答案

我在 PayPal 论坛上询问过,发现出了什么问题。显然,对于订阅,企业帐户必须在其个人资料下手动输入 IPN 设置。

Click here for source

关于php - 未调用 PayPal 订阅/Notify_URL(在沙盒下工作),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4636325/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com