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 });