Skip to content

Commit

Permalink
Pass payer account id
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed Sep 5, 2023
1 parent 6a33561 commit d1b15ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ function getMoneyRequestInformation(
);

return {
payerAccountID,
payerEmail,
iouReport,
chatReport,
Expand Down Expand Up @@ -554,7 +555,7 @@ function createDistanceRequest(report, participant, comment, created, transactio
* @param {Object} [receipt]
*/
function requestMoney(report, amount, currency, created, merchant, payeeEmail, payeeAccountID, participant, comment, receipt = undefined) {
const {payerEmail, iouReport, chatReport, transaction, iouAction, createdChatReportActionID, createdIOUReportActionID, reportPreviewAction, onyxData} = getMoneyRequestInformation(
const {payerAccountID, payerEmail, iouReport, chatReport, transaction, iouAction, createdChatReportActionID, createdIOUReportActionID, reportPreviewAction, onyxData} = getMoneyRequestInformation(
report,
participant,
comment,
Expand Down

0 comments on commit d1b15ea

Please sign in to comment.