Commit 88e34849 by jenkins

Merge Request accepted by jenkins build success

parents 7b25ed6e 8dfa2c81
Pipeline #535 failed with stage
in 0 seconds
<?php
$to_mail = get_option('vq_lms_payment_notify_email');
var_dump($to_mail);
die();
$order_id = $_GET['order_id'];
......@@ -56,6 +53,7 @@ if($data && (string) $req_id === (string) $data->application->request_id) {
$body = str_replace('[[PRICE]]', $price, $body);
$body = str_replace('[[STATUS]]', $status, $body);
$body = str_replace('[[RESPONSE]]', $pmsg, $body);
$body .= ' __ Email Test:'.$to_mail;
$mail_status = wp_mail($to, $sub, $body);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment