paypal返回状态不成功?

WBOY
Release: 2016-06-23 14:22:01
Original
1185 people have browsed it

paypal 支付

我现在做一个paypal的支付接口,去付款以后返回验证的状态,失效,既不成功也不失败,是怎么回事?
if (strcmp ($res, "VERIFIED") == 0)
{
insert into table (a,b) values(1,2);
}else if (strcmp ($res, "INVALID") == 0) {
insert into table (a,b) values(11,22);
return flase;
}

在这里面两个都不执行,这个ipn是在官网下的?难道是错的?没有返回东西?求解!

回复讨论(解决方案)

看你这返回什么 (strcmp ($res, "VERIFIED") == 0
贴出结果。

你可以加我,看看你到底什么情况,PayPal账户经理James,QQ288016500

看你这返回什么 (strcmp ($res, "VERIFIED") == 0
贴出结果。

就是什么都没返回才不知道什么原因

什么都没返回,那你是执行什么?最起码这个$res是怎么出来的,你应该给出代码吧。

有疑问欢迎咨询

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template