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
787947a0
Commit
787947a0
authored
Feb 14, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content fix
parent
fd00b9cc
Pipeline
#312
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
order-redirection.php
...nt/plugins/apex_global_lms/template/order-redirection.php
+1
-2
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/order-redirection.php
View file @
787947a0
...
@@ -38,8 +38,7 @@ if($data && (string) $req_id === (string) $data->application->request_id) {
...
@@ -38,8 +38,7 @@ if($data && (string) $req_id === (string) $data->application->request_id) {
$sub
=
get_option
(
'vq_lms_payment_email_subject'
);
$sub
=
get_option
(
'vq_lms_payment_email_subject'
);
$body
=
get_option
(
'vq_lms_payment_email_template'
);
$body
=
get_option
(
'vq_lms_payment_email_template'
);
$post
=
get_post
(
$order_id
);
$content
=
get_post_field
(
'post_content'
,
$order_id
);
//$post->post_content;
$content
=
$post
->
post_content
;
$price
=
get_post_meta
(
$order_id
,
'total_amount'
,
true
);
$price
=
get_post_meta
(
$order_id
,
'total_amount'
,
true
);
$status
=
get_post_meta
(
$order_id
,
'payment_status'
,
true
);
$status
=
get_post_meta
(
$order_id
,
'payment_status'
,
true
);
$pmsg
=
get_post_meta
(
$order_id
,
'payment_message'
,
true
);
$pmsg
=
get_post_meta
(
$order_id
,
'payment_message'
,
true
);
...
...
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