Skip to content

Commit

Permalink
Merge branch 'master' into IOPID-2093-parameterisation-of-get-session…
Browse files Browse the repository at this point in the history
…-endpoint
  • Loading branch information
shadowsheep1 authored Oct 8, 2024
2 parents bd435b3 + e1c3fe6 commit 5858559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"api_cgn": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_cgn.yaml",
"api_cgn_merchants": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_cgn_operator_search.yaml",
"api_cgn_geo": "https://raw.githubusercontent.com/pagopa/io-backend/here_geoapi_integration/api_geo.yaml",
"content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.41/definitions.yml",
"api_pagopa_walletv2": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.40/bonus/specs/bpd/pm/walletv2.json",
"content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.42/definitions.yml",
"api_pagopa_walletv2": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.42/bonus/specs/bpd/pm/walletv2.json",
"api_pagopa": "https://raw.githubusercontent.com/pagopa/io-app/master/assets/paymentManager/spec.json",
"pagopa_cobadge_configuration": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.40/pagopa/cobadge/abi_definitions.yml",
"pagopa_privative_configuration": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.40/pagopa/privative/definitions.yml",
"pagopa_cobadge_configuration": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.42/pagopa/cobadge/abi_definitions.yml",
"pagopa_privative_configuration": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.42/pagopa/privative/definitions.yml",
"api_eu_covid_cert": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_eucovidcert.yaml",
"api_cdc": "https://raw.githubusercontent.com/pagopa/io-app/master/assets/CdcSwagger.yml",
"api_fci": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_io_sign.yaml",
Expand Down
13 changes: 0 additions & 13 deletions src/payloads/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@ export const backendStatus: BackendStatus = {
},
historyEnabled: true
},
uaDonations: {
enabled: false,
banner: {
visible: false,
description: {
"it-IT":
"Fai una donazione alle organizzazioni umanitarie che assistono le vittime civili della crisi in Ucraina",
"en-EN":
"Make a donation to humanitarian organizations that assist the civilians affected by the crisis in Ukraine"
},
url: "https://assets.cdn.io.pagopa.it/html/donate.html"
}
},
premiumMessages: {
opt_in_out_enabled: true
},
Expand Down

0 comments on commit 5858559

Please sign in to comment.