cancel
Showing results for 
Search instead for 
Did you mean: 

Empty response object for AuthorizeNetARB_Response Object

I started getting these recently.

I saw the problems with the cert.pem in '15, and I've updated it.  no luck.

 

This was working code, so it looks like it's a cert problem, but I have to solution.  Any ideas?  thanks,

 

AuthorizeNetARB_Response Object
(
[xml] =>
[response] =>
)

MedFolio1
Member
2 REPLIES 2


// Create the subscription.
$request = new AuthorizeNetARB;
$response = $request->createSubscription($subscription);
$subscription_id = $response->getSubscriptionId();

 

$out = array(
'message' => "done",
'subscriptionid' => $subscription_id,
'messagecode'=>$response->getMessageCode(),
'messagetext'=>$response->getMessageText(),
'refid'=>$response->getRefId(),
'resultcode'=>$response->getResultCode()
);

 

 

MedFolio1
Member

any updates?