Skip to content

Commit

Permalink
Merge pull request #41236 from Expensify/jack-addParameterForPayerEmail
Browse files Browse the repository at this point in the history
[No QA] Pass payerEmail parameter to ConvertTrackedExpenseToRequest
  • Loading branch information
MonilBhavsar authored Apr 29, 2024
2 parents c7b6e35 + ccb4dfc commit f88ad1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2984,6 +2984,7 @@ const getConvertTrackedExpenseInformation = (

function convertTrackedExpenseToRequest(
payerAccountID: number,
payerEmail: string,
chatReportID: string,
transactionID: string,
actionableWhisperReportActionID: string,
Expand Down Expand Up @@ -3032,6 +3033,7 @@ function convertTrackedExpenseToRequest(
merchant,
receipt,
payerAccountID,
payerEmail,
chatReportID,
transactionID,
actionableWhisperReportActionID,
Expand Down Expand Up @@ -3265,6 +3267,7 @@ function requestMoney(

convertTrackedExpenseToRequest(
payerAccountID,
payerEmail,
chatReport.reportID,
transaction.transactionID,
actionableWhisperReportActionID,
Expand Down

0 comments on commit f88ad1b

Please sign in to comment.