PHP Classes

The problem is portions of this class do not work.

Recommend this page to a friend!

      Authorize.net CIM PHP Class  >  All threads  >  The problem is portions of this...  >  (Un) Subscribe thread alerts  
Subject:The problem is portions of this...
Summary:Package rating comment
Messages:1
Author:griffin granberg
Date:2013-10-06 14:17:24
 

griffin granberg rated this package as follows:

Utility: Not sure
Consistency: Sufficient
Documentation: Good
Examples: Good

  1. The problem is portions of this...   Reply   Report abuse  
Picture of griffin granberg griffin granberg - 2013-10-06 14:17:24
The problem is portions of this class do not work. It does not successfully pull the CustomerPaymentProfileId -- but it's an easy fix of replacing line 493 with:
$this->customerPaymentProfileId = $this->substring_between($this->response,'<customerPaymentProfileIdList><numericString>','</numericString></customerPaymentProfileIdList>');

It has a few other things like that, but the rest of it is spot on. It just needs to be updated. The documentation of this class is better than AuthNet's very own class IMO