Home  >  Article  >  Backend Development  >  paypal回来状态不成功

paypal回来状态不成功

WBOY
WBOYOriginal
2016-06-13 12:36:47808browse

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 支付
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