File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10359,9 +10359,9 @@ function getPayMoneyRequestParams({
1035910359 lastUsedPaymentMethod?: OnyxTypes.LastPaymentMethodType;
1036010360 existingB2BInvoiceReport?: OnyxEntry<OnyxTypes.Report>;
1036110361 activePolicy?: OnyxEntry<OnyxTypes.Policy>;
10362- currentUserAccountIDParam: number;
10363- currentUserEmailParam: string;
10364- introSelectedParam: OnyxEntry<OnyxTypes.IntroSelected>;
10362+ currentUserAccountIDParam? : number;
10363+ currentUserEmailParam? : string;
10364+ introSelectedParam? : OnyxEntry<OnyxTypes.IntroSelected>;
1036510365}): PayMoneyRequestData {
1036610366 const isInvoiceReport = isInvoiceReportReportUtils(iouReport);
1036710367 let payerPolicyID = activePolicy?.id;
@@ -12103,9 +12103,6 @@ function payMoneyRequest(
1210312103 full,
1210412104 paymentPolicyID,
1210512105 activePolicy,
12106- currentUserAccountIDParam: CONST.DEFAULT_NUMBER_ID,
12107- currentUserEmailParam: '',
12108- introSelectedParam: undefined,
1210912106 });
1211012107
1211112108 // For now, we need to call the PayMoneyRequestWithWallet API since PayMoneyRequest was not updated to work with
You can’t perform that action at this time.
0 commit comments