cancel
Showing results for 
Search instead for 
Did you mean: 
deviantintegral
Member
since ‎02-21-2011
‎04-02-2012

Your latest statistics

  • 5 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

It looks like the SSL certificate provided with the PHP SDK will expire tomorrow. Will a new certificate be issued? Or is there a new one posted somewhere else?twitch:anet_php_sdk/ andrew$ openssl x509 -dates < lib/ssl/cert.pem notBefore=Mar 31 17:04...
For some reason, setting the validationMode is commented out: diff --git a/lib/AuthorizeNetCIM.php b/lib/AuthorizeNetCIM.php index e271ec4..05f59d7 100644 --- a/lib/AuthorizeNetCIM.php +++ b/lib/AuthorizeNetCIM.php @@ -251,7 +251,7 @@ class Authorize...
As is, these two properties can be set when creating a transaction, but they aren't used when parsing the response from AIM. This means that the output from getTransactionResponse() will be quite broken. Also, because it is hardcoded to use a comma a...
There's a bug in AuthorizeNetCIM::_setPostString() method. On my PHP installation, the empty extraOptions tag is being rendered asThat doesn't match the str_replace call. Since both versions are valid XML, here's a patch that uses the DOM API to add ...