Seems like there are was some changes in autorize.net api.
Now there are missed some parameters that module need to work fine:
'x_response_format' => 1,
'x_market_type' => 2,
'x_device_type' => 1

See for more information http://www.authorize.net/support/CP_guide.pdf

Also I suppressed a this notice:
Notice: Undefined offset: 39 in commerce_authnet_aim_submit_form_submit() (line 317 of /var/www/nursegroups/sites/all/modules/contrib/commerce_authnet/commerce_authnet.module).

Comments

vlkff’s picture

vlkff’s picture

Looks like addressing of transaction status also was changed from '0' to '1'.
I was tested it with test.authorize.net, hope that live account api are the same.

andyg5000’s picture

Category: bug » feature

These paramaters are related to Card Present accounts with auth.net. Since the majority of users are using Card Not Present accounts for websites I'm moving this to a feature request. A new feature would allow the merchant to select either CP or CNP account type in the Auth.net settings page for this module.

rickmanelius’s picture

Title: Missed rewired parameters on request » Add "Card Present" parameters and the ability to toggle between CP and CNP

Updating the issue title to reflect the clarification in #3.

rszrama’s picture

Assigned: vlkff » Unassigned
Status: Active » Postponed

Marking as postponed; not a high priority feature request, and the patch as is is insufficient to move forward with.

markwk’s picture

Status: Postponed » Active

Definitely getting this error still and patch does work to fix problem. Probably right that this might cause problems for others with card not present. I am indeed using card present option.

kenorb’s picture

Issue summary: View changes
Status: Active » Needs review
mglaman’s picture

Status: Needs review » Needs work

Patch is bad, and needs a re-roll. Can't hurt to implement this.

$ curl https://www.drupal.org/files/1441364-commerce-authnet-chanhes-in-request-and-responce-3.patch | git apply -v
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4067  100  4067    0     0  24562      0 --:--:-- --:--:-- --:--:-- 24648
Checking patch sites/all/modules/contrib/commerce_authnet/commerce_authnet.module...
error: sites/all/modules/contrib/commerce_authnet/commerce_authnet.module: No such file or directory