diff --git a/App/Container/Navi-Insurance/screen/quote-offer-screen/QuoteOfferScreen.tsx b/App/Container/Navi-Insurance/screen/quote-offer-screen/QuoteOfferScreen.tsx index b523d3c267..c5543f4e27 100644 --- a/App/Container/Navi-Insurance/screen/quote-offer-screen/QuoteOfferScreen.tsx +++ b/App/Container/Navi-Insurance/screen/quote-offer-screen/QuoteOfferScreen.tsx @@ -146,6 +146,7 @@ const QuoteOfferScreen = ({ preQuoteId: preQuoteId, quoteId: quoteId, applicationId: applicationId, + source: source, }; handleActions({ baseActionType: BaseActionTypes.SCREEN_ACTION, diff --git a/network/payloads/request/QuoteOfferRequest.ts b/network/payloads/request/QuoteOfferRequest.ts index 089b8c6645..591e31f050 100644 --- a/network/payloads/request/QuoteOfferRequest.ts +++ b/network/payloads/request/QuoteOfferRequest.ts @@ -10,6 +10,7 @@ interface QuoteOfferRequest { policyToBeCopied?: string; applicationType?: string; applicationId?: string | null; + source?: string | null; } interface Term {