I tried to check the validation results after creating a customer payment profile in CIM. Here's the code snipet:
$rsp = $req->createCustomerPaymentProfile($cim_customer_id, $payment_profile);
$vr = $rsp->getValidationResponses();
...
there's a php warning:
Notice: Undefined index: string in .../anet_php_sdk/lib/AuthorizeNetCIM.php on line 446
It seems that the php code is trying to access undefined variable $response["string"] in the library.
Does anyone know how to work around this bug?
02-27-2013 10:57 AM
Hello,
Are you still experiencing this issue?
Richard
03-13-2013 08:09 AM