From 790ab0447fbc4920be9a785540a0dc5d82500bbb Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 6 Aug 2025 16:30:56 -0700 Subject: [PATCH] IO-3322 IntelliPay Refund Add logging to capture Response from IntelliPay API on success Signed-off-by: Allan Carr --- server/intellipay/intellipay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/intellipay/intellipay.js b/server/intellipay/intellipay.js index 29f8e978a..faa725faf 100644 --- a/server/intellipay/intellipay.js +++ b/server/intellipay/intellipay.js @@ -144,6 +144,7 @@ const paymentRefund = async (req, res) => { logger.log("intellipay-refund-success", "DEBUG", req.user?.email, null, { requestOptions: options, + response: response?.data, ...logResponseMeta });