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
bfc5303e
Commit
bfc5303e
authored
May 16, 2018
by
nadeem.qasmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing checkout email functions 2
parent
eb67278d
Pipeline
#538
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
functions.php
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
+3
-3
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
View file @
bfc5303e
...
...
@@ -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
);
...
...
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