Commit 2bcea919 by nadeem.qasmi

checkout email done subject

parent 711d29ee
Pipeline #551 passed with stage
in 0 seconds
...@@ -181,7 +181,7 @@ function vq_lms_process_order() ...@@ -181,7 +181,7 @@ function vq_lms_process_order()
} }
$to .= ', '.$user['email']; $to .= ', '.$user['email'];
$subject = "Checkout Confirmation"; $subject = "Thanks for Placing Order";
$body = ''; $body = '';
$body .= $postContent; $body .= $postContent;
......
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