diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index ac604019354b..9aa7c52b1ea0 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -3048,6 +3048,16 @@ function getPayMoneyRequestParams(chatReport, iouReport, recipient, paymentMetho }, }, }, + { + onyxMethod: Onyx.METHOD.MERGE, + key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.reportID}`, + value: iouReport, + }, + { + onyxMethod: Onyx.METHOD.MERGE, + key: `${ONYXKEYS.COLLECTION.REPORT}${chatReport.reportID}`, + value: chatReport, + }, ]; if (!_.isNull(currentNextStep)) {