TP-81612 | Houston hotfix (#1107)
* TP-81612 | houston hotfix * TP-81612 | houston hotfix prettier * TP-81612 | houston hotfix prettier
This commit is contained in:
@@ -59,6 +59,8 @@ export const feedbackFormUrl =
|
||||
|
||||
export const LITMUS_URL = 'https://longhorn.navi.com/litmus';
|
||||
|
||||
export const LONGHORN_URL = 'http://longhorn.navi.com/new/';
|
||||
|
||||
export const setLonghornSessionVerifier = (verifier?: string) => {
|
||||
if (!verifier) {
|
||||
// not storing in LocalStorage since it is creating cyclic dependency issue
|
||||
|
||||
@@ -60,6 +60,7 @@ export const setCallStatus = (
|
||||
callId: accountNumber,
|
||||
providerCallReferenceId: crtObjectId
|
||||
});
|
||||
dispatch(setCallId(accountNumber));
|
||||
axiosInstance
|
||||
.get(url, { headers: { donotHandleError: true }, timeout: HRC_API_TIMEOUT })
|
||||
.then(response => {
|
||||
@@ -83,7 +84,7 @@ export const setCallStatus = (
|
||||
);
|
||||
dispatch(setHumanReminderCustomerDetails({ humanReminderResponse: response.data.body }));
|
||||
dispatch(setHumanReminderCustomerDetailsLoading(false));
|
||||
dispatch(setCallId(accountNumber));
|
||||
|
||||
dispatch(setReminderRefId(response.data.body?.reminderRefId));
|
||||
dispatch(setInteractionRefId(response.data.body?.interactionRefId));
|
||||
}
|
||||
|
||||
@@ -2,9 +2,10 @@ import Button from '@primitives/Button/Button';
|
||||
import RefreshIcon from '@icons/RefreshIcon/RefreshIcon';
|
||||
import Typography from '@primitives/Typography/Typography';
|
||||
import styles from './index.module.scss';
|
||||
import { LONGHORN_URL } from '@cp/src/constants/Global';
|
||||
|
||||
const handleOnClick = () => {
|
||||
window.location.reload();
|
||||
window.location.href = LONGHORN_URL;
|
||||
};
|
||||
|
||||
function Footer() {
|
||||
|
||||
Reference in New Issue
Block a user