NTP-7772 | KYC Incident | Cache API OnCreate | Policy Details Screen UI Fix (#13528)
This commit is contained in:
@@ -68,7 +68,7 @@ export const getBenefitPageData = async (
|
||||
properties: {
|
||||
methodName: AnalyticsFlowNameConstant.GI_RN_BENEFIT,
|
||||
reason: `${error.message}, axiosError: ${error.axiosCode}`,
|
||||
statusCode: error.statusCode,
|
||||
statusCode: error.statusCode.toString(),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ export const getMarketBenefitComparePageData = async (
|
||||
properties: {
|
||||
methodName: AnalyticsFlowNameConstant.GI_RN_BENEFIT_COMPARE,
|
||||
reason: `${error.message}, axiosError: ${error.axiosCode}`,
|
||||
statusCode: error.statusCode,
|
||||
statusCode: error.statusCode.toString(),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ export const getWaitingPeriodScreenData = async (
|
||||
properties: {
|
||||
methodName: AnalyticsFlowNameConstant.GI_WAITING_PERIOD,
|
||||
reason: `${error.message}, axiosError: ${error.axiosCode}`,
|
||||
statusCode: error.statusCode,
|
||||
statusCode: error.statusCode.toString(),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user