Support

Home Forums Event Espresso Premium Payment notification

Payment notification

Posted: November 5, 2013 at 12:54 pm


Tom Semmes

November 5, 2013 at 12:54 pm

Any way to stop Event Espresso from sending the emails for payment verification?
They look somewhat like this:

<code>-----Original Message-----
From: WordPress [mailto:wordpress@xyz.org] 
Sent: Tuesday, November 05, 2013 10:08 AM
To: user@xyz.org
Subject: Authorize.net Notification - Gateway Variable Dump

An authorize.net payment notification was successfully recieved from gino@bna-rep.com on 11/05/2013 at 10:08 AM

Details:
x_response_code: 1
x_response_reason_code: 1
x_response_reason_text: This transaction has been approved.
x_avs_code: P
x_auth_code: 266197
x_trans_id: 5667477662
x_method: CC
x_card_type: American Express
.....</code>


Sidney Harrell

November 5, 2013 at 1:37 pm

Looks like there is a line of debugging code that got left in. In gateways/authnet/authnet_ipn.php line 77:

$email_transaction_dump = true;

Just delete that line.


Tom Semmes

November 6, 2013 at 1:28 pm

Thanks. I guess I leave in the following line that reads
if ($email_transaction_dump == true) {


Dean

November 7, 2013 at 3:00 am

That’s correct Tom, just delete or comment out the line Sidney mentioned.

The support post ‘Payment notification’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso