Google checkout callback API sending ack but nothing else?
- by Chris Sobolewski
I am putting together a test google checkout implementation and I cannot seem to get the code in the responsehandler demo to do anything aside from send acknowledgements.
Even something as simple as uncommenting the folling lines
case 'CHARGEABLE': {
$Grequest->SendProcessOrder($data[$root]['google-order-number']['VALUE']);
…