failure

File Updated!!

Need to update the following file with this information.
/wp-content/plugins/accessally/resource/backend/email/email-send.php
Approx line# 296 before self::send_email_core() in the function send_backend_notification_sales($order_id) add the following.

For an example /wp-content/plugins/accessally/send-notification.php.example.

//####################################
// custom code added by Eli 1/8/2020
// eli@meaningfullife.com
// spits out order information. Accessed in functions.php
do_action( 'newAccessAllyOrder', $order_id, $order_row, $order_mapping );
//####################################

At the end of the function, add this

//####################################
public static function TestFromGhostInspector() { return 'Success'; }
//####################################


END