Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [IOBP-804] Added feedback banner mock for the new payment success screen #402

Merged
merged 11 commits into from
Oct 22, 2024
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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.42/definitions.yml",
"content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/IOBP-803-add-banner-new-payment-section/definitions.yml",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be update with release version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release version has been addressed into bd18145

"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.42/pagopa/cobadge/abi_definitions.yml",
Expand Down
23 changes: 23 additions & 0 deletions src/payloads/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,29 @@ export const backendStatus: BackendStatus = {
min_app_version: {
ios: "0.0.0",
android: "0.0.0"
},
feedbackBanner: {
min_app_version: {
ios: "2.65.0.0",
android: "2.65.0.0"
},
title: {
"it-IT": "Puoi dirci com'è andata?",
"en-EN": "Puoi dirci com'è andata?"
},
description: {
"it-IT":
"Raccontaci la tua esperienza con il pagamento e aiutaci a migliorare.",
"en-EN":
"Raccontaci la tua esperienza con il pagamento e aiutaci a migliorare."
},
action: {
label: {
"it-IT": "Vai al sondaggio",
"en-EN": "Go to the survey"
},
url: "https://io.italia.it/diccilatua/ces-pagamento"
}
}
},
fastLogin: {
Expand Down
Loading