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 |
|
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
|