diff --git a/src/pages/iou/request/step/IOURequestStepAmount.tsx b/src/pages/iou/request/step/IOURequestStepAmount.tsx index 069f86ce08992..a03c40e8c1f37 100644 --- a/src/pages/iou/request/step/IOURequestStepAmount.tsx +++ b/src/pages/iou/request/step/IOURequestStepAmount.tsx @@ -227,7 +227,7 @@ function IOURequestStepAmount({ backendAmount, currency, transaction?.created ?? '', - '', + CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, currentUserPersonalDetails.login, currentUserPersonalDetails.accountID, participants[0], @@ -242,7 +242,7 @@ function IOURequestStepAmount({ backendAmount, currency ?? 'USD', transaction?.created ?? '', - '', + CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, currentUserPersonalDetails.login, currentUserPersonalDetails.accountID, participants[0],