Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bug in AuthorizeNetCIM.php
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Are you still experiencing this issue?
Richard
โ03-13-2013 08:09 AM

