diff --git a/scripts/check_urls/check_urls.py b/scripts/check_urls/check_urls.py index a2578cfc026..adde5d16bdd 100644 --- a/scripts/check_urls/check_urls.py +++ b/scripts/check_urls/check_urls.py @@ -26,9 +26,9 @@ SLACK_CHANNEL = "#io_dev_app_status" # a list of remote uris consumed by the app for content presentation -remote_content_uri = ["https://assets.cdn.io.italia.it/bonus/bonus_available_v2.json", - "https://assets.cdn.io.italia.it/contextualhelp/data.json", - "https://assets.cdn.io.italia.it/status/backend.json"] +remote_content_uri = ["https://assets.cdn.io.pagopa.it/bonus/bonus_available_v2.json", + "https://assets.cdn.io.pagopa.it/contextualhelp/data.json", + "https://assets.cdn.io.pagopa.it/status/backend.json"] class IOUrl(object): diff --git a/ts/config.ts b/ts/config.ts index e0b0d20808e..e764daacaa9 100644 --- a/ts/config.ts +++ b/ts/config.ts @@ -11,7 +11,7 @@ import Config from "react-native-config"; // default repository for fetching app content (e.g. services metadata) const DEFAULT_CONTENT_REPO_URL = - "https://assets.cdn.io.italia.it" as NonEmptyString; + "https://assets.cdn.io.pagopa.it" as NonEmptyString; // default timeout of fetch (in ms) const DEFAULT_FETCH_TIMEOUT_MS = 8000; diff --git a/ts/features/design-system/core/DSListItems.tsx b/ts/features/design-system/core/DSListItems.tsx index 5adaca5496d..d5157a8031e 100644 --- a/ts/features/design-system/core/DSListItems.tsx +++ b/ts/features/design-system/core/DSListItems.tsx @@ -112,7 +112,7 @@ export const DSListItems = () => { alert("Action triggered")} @@ -673,7 +673,7 @@ const renderListItemHeader = () => ( /* LIST ITEM TRANSACTION */ /* Mock assets */ -const cdnPath = "https://assets.cdn.io.italia.it/logos/organizations/"; +const cdnPath = "https://assets.cdn.io.pagopa.it/logos/organizations/"; const organizationLogoURI = { imageSource: `${cdnPath}82003830161.png`, name: "Comune di Milano" diff --git a/ts/features/design-system/core/DSLogos.tsx b/ts/features/design-system/core/DSLogos.tsx index 05f3373743f..619bacf5d0e 100644 --- a/ts/features/design-system/core/DSLogos.tsx +++ b/ts/features/design-system/core/DSLogos.tsx @@ -104,7 +104,7 @@ export const DSLogos = () => { ); }; -const cdnPath = "https://assets.cdn.io.italia.it/logos/organizations/"; +const cdnPath = "https://assets.cdn.io.pagopa.it/logos/organizations/"; const organizationsURIs = [ { diff --git a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsHeader.test.tsx.snap b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsHeader.test.tsx.snap index 0c9f361cefc..49187be3fa5 100644 --- a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsHeader.test.tsx.snap +++ b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsHeader.test.tsx.snap @@ -547,7 +547,7 @@ exports[`MessageDetailsHeader component should match the snapshot with default p onError={[Function]} source={ Object { - "uri": "https://assets.cdn.io.italia.it/logos/services/service_one.png", + "uri": "https://assets.cdn.io.pagopa.it/logos/services/service_one.png", } } style={ diff --git a/ts/features/pn/screens/__test__/__snapshots__/MessageDetailsScreen.test.tsx.snap b/ts/features/pn/screens/__test__/__snapshots__/MessageDetailsScreen.test.tsx.snap index a0bb211314d..bc81587098f 100644 --- a/ts/features/pn/screens/__test__/__snapshots__/MessageDetailsScreen.test.tsx.snap +++ b/ts/features/pn/screens/__test__/__snapshots__/MessageDetailsScreen.test.tsx.snap @@ -647,7 +647,7 @@ exports[`MessageDetailsScreen should match the snapshot when everything went fin onError={[Function]} source={ Object { - "uri": "https://assets.cdn.io.italia.it/logos/services/service_one.png", + "uri": "https://assets.cdn.io.pagopa.it/logos/services/service_one.png", } } style={