Merged in hotfix/IO-3056-intellipay-logging (pull request #2031)
IO-3056 resolve logging issue for intellipay.
This commit is contained in:
@@ -389,7 +389,7 @@ exports.postback = async (req, res) => {
|
|||||||
if (decodedComment) {
|
if (decodedComment) {
|
||||||
//Shifted the order to have this first to retain backwards compatibility for the old style of short link.
|
//Shifted the order to have this first to retain backwards compatibility for the old style of short link.
|
||||||
//This has been triggered by IO and may have multiple jobs.
|
//This has been triggered by IO and may have multiple jobs.
|
||||||
const parsedComment = JSON.parse(decodedComment);
|
const parsedComment = decodedComment;
|
||||||
|
|
||||||
logger.log("intellipay-postback-parsed-comment", "DEBUG", req.user?.email, null, {
|
logger.log("intellipay-postback-parsed-comment", "DEBUG", req.user?.email, null, {
|
||||||
parsedComment,
|
parsedComment,
|
||||||
|
|||||||
Reference in New Issue
Block a user