Eldee,
The headers you included are correct.
However, I'd like to know how you are sending the actual
post data.
The sample code sends the data in the following way:
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $request);
$response = curl_exec($ch);
Could you let us know how you're sending the data please?
It would be
great if you could confirm whether you have these lines and
what the
$request variable actually contains.
Thanks,
Jacob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api
-integration
-~----------~----~----~----~------~----~------~--~---
|