Closed (fixed)
Project:
e-Commerce | Authorize.net Payments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 19:22 UTC
Updated:
26 Sep 2010 at 21:36 UTC
Hello,
I turned on a.net emails, but my users weren't receiving them. I found that I needed to add this line:
$request['x_email'] = $user->mail;
While I was at it, I also added this for easier tracking:
global $user;
$request['x_cust_id'] = $user->uid;
Patch file attached, it includes my previous changes per other issues as well.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| email.patch | 1.12 KB | bpirkle |
Comments
Comment #1
davea commentedI have added this to the dev for testing.
Comment #2
joshiadarsh commentedHi,
The above patch fixes the issue by sending the email address of the logged in user to authorize.net. But does it send the email address to authorize.net entered by an anonymous user at express-checkout?
I tried but it didn't work.
Comment #3
davea commentedThis is in dev and has been for quite awhile.
Dave