pogoist Posted May 5, 2008 Share Posted May 5, 2008 hello, I'm trying to implement auction LISTER Contribute. It works great but there is one thing thats going wrong. I can't receive any events from my auctions. The function get_new_events() creates an failure: $cs = new EbatNs_ServiceProxy($session); $req = new GetSellerEventsRequestType(); $req->setModTimeFrom($from); $req->setModTimeTo($to); $req->setNewItemFilter(false); $res = $cs->GetSellerEvents($req); echo $res->getAck(); $res->getAck() returns "Failure". Quote Link to comment Share on other sites More sharing options...
pogoist Posted May 5, 2008 Author Share Posted May 5, 2008 Ok I fixed this Problem. $res->getErrors() show me, that the value for "setNewItemFilter" is wrong, so I changed "false" into "0" and it works. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.