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!

CommentFileSizeAuthor
email.patch1.12 KBbpirkle

Comments

davea’s picture

I have added this to the dev for testing.

joshiadarsh’s picture

Hi,

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.

davea’s picture

Status: Active » Closed (fixed)

This is in dev and has been for quite awhile.

Dave