{
    "lastActionDispatched": {
        "type": "@@redux/INIT2.v.k.3.c"
    },
    "authReducer": {
        "user": null,
        "token": null,
        "isAuthenticated": false,
        "isLoading": false,
        "loginAttemptFailed": false,
        "registerUserLoading": false,
        "registerUserFailed": false,
        "registerUserSuccess": false,
        "requestResetPasswordLoading": false,
        "requestResetPasswordFailed": false,
        "requestResetPasswordSuccess": false,
        "resetPasswordLoading": false,
        "resetPasswordFailed": false,
        "resetPasswordSuccess": false,
        "getUserLoading": false
    },
    "adminReducer": {
        "updateQuoteRequestLoading": false,
        "updateQuoteRequestFailed": false,
        "updateQuoteRequestStatusLoading": false,
        "updateQuoteRequestStatusFailed": false
    },
    "plansReducer": {
        "getMyPlansLoading": false,
        "getMyPlansFailed": false,
        "myPlans": [],
        "getPlansLoading": false,
        "getPlansFailed": false,
        "plans": [],
        "sharePlanLoading": false,
        "sharePlanFailed": false,
        "adminSharePlanLoading": false,
        "adminSharePlanFailed": false,
        "getSavedPlansLoading": false,
        "getSavedPlansFailed": false,
        "savedPlans": [],
        "addSavedPlanLoading": false,
        "addSavedPlanFailed": false,
        "removeSavedPlanLoading": false,
        "removeSavedPlanFailed": false
    },
    "projectsReducer": {
        "projects": [],
        "getProjectsLoading": false,
        "getProjectsFailed": false
    },
    "messagesReducer": {
        "title": "",
        "message": "",
        "type": "",
        "time": ""
    },
    "checkoutReducer": {
        "getBasketLoading": false,
        "getBasketFailed": false,
        "basket": {
            "id": null,
            "owner": null,
            "status": null,
            "lines": null,
            "url": null,
            "total_excl_tax": null,
            "total_excl_tax_excl_discounts": null,
            "total_incl_tax": null,
            "total_incl_tax_excl_discounts": null,
            "total_tax": null,
            "currency": null,
            "voucher_discounts": [],
            "offer_discounts": [],
            "is_tax_known": null
        },
        "addPlanProductToBasketLoading": false,
        "addPlanProductToBasketFailed": false,
        "checkoutLoading": false,
        "checkoutFailed": false,
        "checkoutInfo": {
            "number": null,
            "basket": null,
            "url": null,
            "lines": null,
            "owner": null,
            "billing_address": null,
            "currency": null,
            "total_incl_tax": null,
            "total_excl_tax": null,
            "shipping_incl_tax": null,
            "shipping_excl_tax": null,
            "shipping_address": null,
            "shipping_method": null,
            "shipping_code": null,
            "status": null,
            "guest_email": null,
            "date_placed": null,
            "payment_url": null,
            "offer_discounts": [],
            "voucher_discounts": []
        }
    },
    "dashboardReducer": {
        "uploadLoanApplicationDocumentsLoading": false,
        "uploadLoanApplicationDocumentsFailed": false,
        "saveLoanDetailsLoading": false,
        "saveLoanDetailsFailed": false,
        "getLoanApplicationsLoading": false,
        "getLoanApplicationsFailed": false,
        "loanApplications": []
    },
    "customersReducer": {
        "contactUsLoading": false,
        "contactUsFailed": false
    },
    "initiativesReducer": {
        "uploadLoanApplicationDocumentsLoading": false,
        "uploadLoanApplicationDocumentsFailed": false,
        "saveInitiativeUserLoading": false,
        "saveInitiativeUserFailed": false,
        "getInitiativesLoading": false,
        "getInitiativesFailed": false,
        "initiatives": []
    }
}
Go Back Home