Home  >  Article  >  Backend Development  >  paypal返回状态不成功?该如何处理

paypal返回状态不成功?该如何处理

WBOY
WBOYOriginal
2016-06-13 11:49:001012browse

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是在官网下的?难道是错的?没有返回东西?求解!
------解决方案--------------------
你可以加我,看看你到底什么情况,PayPal账户经理James,QQ288016500

Statement:
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