PayPal IPN 问题

发布于 2024-12-05 03:20:03 字数 467 浏览 0 评论 0原文

这确实很基本,但是:

如果我将 IPN 测试(通过 PayPal IPN 测试工具)发送到脚本 URL,它只会触发向我发送通用电子邮件。

那不是应该给我发邮件吗?

我只是想确保我不会对这里的一些简单的事情一无所知。但如果 PayPal 真的触及了该脚本,它应该会发出电子邮件,对吧?

PayPal IPN 测试工具表示出现故障,并将其描述为代码 500。但我的主机表示端口已打开且工作正常。我可以使用浏览器浏览我的脚本,它会触发电子邮件。

我缺少什么想法吗?

我的侦听器中的代码只是向我发送一封电子邮件的一行:

<?php
    mail($this->tech_email,'Requested Before POSTBACK',"Here you go");
?>

我只是想确保 PayPal 实际上正在调用此 URL。看来不是。

This is really basic but:

If I send an IPN test (via the PayPal IPN test tool) to a script url that simply triggers a generic email to me.

Shouldn't that send me an email?

I just want to make sure that I am not ignorant about something simple here. But If PayPal is really touching that script, it should fire off the email right?

PayPal IPN test tool says it is getting a failure and describing it as a code 500. But my host says ports are open and working fine. I can browse to my script with a browser and it triggers the email.

Any ideas what I am missing?

The code in my listener is simply one line that sends me an email:

<?php
    mail($this->tech_email,'Requested Before POSTBACK',"Here you go");
?>

I am just trying to make sure PayPal is actually calling this url. Doesn't appear to be.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文