diff --git a/.env.local b/.env.local index c7577d60..26da4dca 100644 --- a/.env.local +++ b/.env.local @@ -31,7 +31,7 @@ RELAYPATH = "test-pedw-hc" //Prod Oauth WGO //CLIENT_ID = 3e4141a3-1fbd-454e-98f0-7f3a4f14a3cc -////CLIENT_SECRET = mJN7Q~lFu.xFGa5KCc.zwIm_fJAWxajyQaFo~ +//CLIENT_SECRET = mJN7Q~lFu.xFGa5KCc.zwIm_fJAWxajyQaFo~ //CLIENT_SECRET = tFk8Q~E.R-HFjROTu1sRKqwb_ONzy05uPYoF6awR //RELAY_ROOT = https://prod-pedw-ns.servicebus.windows.net/prod-pedw-hc/ //RELAYURI = "prod-pedw-ns.servicebus.windows.net" @@ -64,12 +64,12 @@ AZURE_TENANT_ID = $TENANT AZURE_CLIENT_SECRET = $CLIENT_SECRET // dev key -AZURE_STORAGE_ACCOUNT_NAME = "pedwdev" -AZURE_STORAGE_ACCOUNT_KEY = JS3ZIXianhYhB1lZrHB+bXbdzaLlON0alCyKrFAb+jVEwr9iqo2dty92EBxwnufNFM+CSN/fKX2R+AStDn0byg== -AZURE_PEDW_STORAGE_ENDPOINT = https://pedwdev.blob.core.windows.net +//AZURE_STORAGE_ACCOUNT_NAME = "pedwdev" +//AZURE_STORAGE_ACCOUNT_KEY = JS3ZIXianhYhB1lZrHB+bXbdzaLlON0alCyKrFAb+jVEwr9iqo2dty92EBxwnufNFM+CSN/fKX2R+AStDn0byg== +//AZURE_PEDW_STORAGE_ENDPOINT = https://pedwdev.blob.core.windows.net // test key -AZURE_STORAGE_ACCOUNT_NAME= "pedwtest" +AZURE_STORAGE_ACCOUNT_NAME = "pedwtest" AZURE_STORAGE_ACCOUNT_KEY = Dl8qUVEnR2mglklQorttMurmjUpe2lI3oMWl9V245U6BOLutXDwmpU36afeTrGLK+zfzNVLErsWM+AStiYsimw== AZURE_PEDW_STORAGE_ENDPOINT = https://pedwtest.blob.core.windows.net diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 63ab07d1..8b7bd708 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -234,6 +234,7 @@ let MakeRepresentation = (props) => { let statementDueDate = new Date(detailsObj.pinswg_statementduedate); isLPA && + currentView.caseReference.appealType != 846040019 && todaysDate >= startDate && todaysDate <= questionnaireDate && buildArr.push("Questionnaire");