cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize.NET PHP SDK Bugs

On parse an AuthorizeNet SIM Response property invoice_number always NULL

 

@package AuthorizeNet

@subpackage    AuthorizeNetSIM

 

AuthorizeNetSIM.php#41

 

Need to update $map array with:


'invoice_number' => 'x_invoice_num',
'transaction_type' => 'x_type',
'zip_code' => 'x_zip',
'email_address' => 'x_email',
'ship_to_zip_code' => 'x_ship_to_zip',
'account_number' => 'x_account_number',

 

 

With regard

exploitfate
Member
3 REPLIES 3

Hello exploitfate

I've reported your issue to the product team for analysis.

I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies to your post.

Thanks,

Richard

RichardH
Administrator Administrator
Administrator

This issue is now resolved and an updated SDK is available from GitHub: https://github.com/AuthorizeNet/sdk-php.

 

RIchard

Thanks