Commit bfc5303e by nadeem.qasmi

testing checkout email functions 2

parent eb67278d
Pipeline #538 passed with stage
in 0 seconds
......@@ -170,8 +170,8 @@ function vq_lms_process_order()
$postContent .= $item." 1 ".number_format((float)$cost,2, '.', '')."<br />";
$postContent .= $user['email']."<br />";
$postContent .= $user['phone']."<br /><hr />";
$postContent .= $user['phone']."<br />";
$postContent .= $to."<br /><hr />";
}
}
......@@ -274,7 +274,7 @@ function vq_lms_process_order()
$strxml = $strxml . "<signature>" . $_sign . "</signature>";
$strxml = $strxml . "</Request>";
//$to .= ' ,'.$_email;
$to = $_email;
wp_mail($to, "test", "hello checkout");
echo base64_encode($strxml);
......
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