Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
88e34849
Commit
88e34849
authored
May 16, 2018
by
jenkins
Browse files
Options
Browse Files
Download
Plain Diff
Merge Request accepted by jenkins build success
parents
7b25ed6e
8dfa2c81
Pipeline
#535
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
order-redirection.php
...nt/plugins/apex_global_lms/template/order-redirection.php
+1
-3
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/order-redirection.php
View file @
88e34849
<?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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment