For debugging I need to log raw data to and from Authorixe.Net (the request and response). I'm using the php SDK and I don't seem to find a nice way to get the $request or $response in a sting format.
Anybody has any recommendations?
Thank you
11-30-2016 08:34 AM
Hi @geniepro,
Our PHP SDK will log the request and response into a file. Define "AUTHORIZENET_LOG_FILE" to be the path to whichever file you'd like to log to, and the SDK takes it from there.
If that's not what you're looking for, let us know!
12-02-2016 10:44 AM