Open GoogleCodeExporter opened 9 years ago
Ok, got it now, for version 2.5 you need to send and ack with the serial number
of the notification, not the order number. So it would be something like:
$Gresponse->SendAck($data[$root]['serial-number'], true);
where in your demo files you have something like:
$Gresponse->SendAck(); << this does not work and you keep getting notifications.
Original comment by stef...@padilla.co.uk
on 21 Mar 2011 at 11:42
Am not a php dev -
SendAck() seems to be for pre 2.5 serial number notifications where you can
just acknowledge with an HTTP 200 (only, no serial #) and without the setting
in your account that you will handshake respond with serial no.
Original comment by edcha...@gmail.com
on 1 May 2011 at 2:22
i have used api version 2.5 i have properly send
$Gresponse->SendAck($data[$root]['serial-number'], true);
but i have got a problem again and again call new order notification why do this
Original comment by kl.nag...@gmail.com
on 9 Feb 2012 at 7:02
Original issue reported on code.google.com by
stef...@padilla.co.uk
on 18 Mar 2011 at 6:40