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
02-27-2014 03:49 AM - edited 02-27-2014 03:58 AM
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
02-27-2014 09:57 AM
This issue is now resolved and an updated SDK is available from GitHub: https://github.com/AuthorizeNet/sdk-php.
RIchard
04-02-2014 06:38 AM
Thanks
05-26-2014 03:57 AM