Skip to content

Commit 9107ad5

Browse files
LeleDallasHantex9
andauthored
refactor: [IOBP-1970] Update remote PSP link (#7325)
## Short description This pull request updates the URLs for the Terms and Conditions and Privacy Policy ensuring users are directed to the correct and most up-to-date legal information ## List of changes proposed in this pull request - Update [URLs](https://github.com/search?q=repo%3Apagopa%2Fio-app%20https%3A%2F%2Fwww.pagopa.gov.it%2Fit%2Fprestatori-servizi-di-pagamento%2Felenco-PSP-attivi%2F&type=code) ## How to test Ensure that the links are correct Co-authored-by: Alessandro <[email protected]>
1 parent 9adcfa9 commit 9107ad5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

locales/de/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@
13501350
"fee": "Kommission ",
13511351
"feeAppliedBy": "Angewandt von: ",
13521352
"editButton": "Ändern",
1353-
"termsAndConditions": "Mit dem Fortfahren akzeptieren Sie die [Nutzungsbedingungen](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) und bestätigen, die [Datenschutzerklärung](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) von {{pspName}} gelesen zu haben.",
1353+
"termsAndConditions": "Mit dem Fortfahren akzeptieren Sie die [Nutzungsbedingungen](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) und bestätigen, die [Datenschutzerklärung](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) von {{pspName}} gelesen zu haben.",
13541354
"a11y": {
13551355
"announce": "Zusammenfassung Ihrer Zahlung"
13561356
}

locales/en/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@
15541554
"fee": "Commissione",
15551555
"feeAppliedBy": "Applicata da",
15561556
"editButton": "Modifica",
1557-
"termsAndConditions": "By continuing, you accept the [Terms and Conditions of Use](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) and confirm that you have read the [Privacy Policy](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) of {{pspName}}.",
1557+
"termsAndConditions": "By continuing, you accept the [Terms and Conditions of Use](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) and confirm that you have read the [Privacy Policy](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) of {{pspName}}.",
15581558
"a11y": {
15591559
"announce": "Payment Summary"
15601560
}

locales/it/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@
15571557
"fee": "Commissione",
15581558
"feeAppliedBy": "Applicata da",
15591559
"editButton": "Modifica",
1560-
"termsAndConditions": "Proseguendo accetti i [Termini e condizioni d’uso](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) e confermi di aver letto l'[Informativa Privacy](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/) di {{pspName}}"
1560+
"termsAndConditions": "Proseguendo accetti i [Termini e condizioni d’uso](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) e confermi di aver letto l'[Informativa Privacy](https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/) di {{pspName}}"
15611561
}
15621562
},
15631563
"wallet": {

ts/features/payments/common/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const isPaymentSupported = (
128128
};
129129

130130
export const WALLET_PAYMENT_TERMS_AND_CONDITIONS_URL =
131-
"https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/elenco-PSP-attivi/";
131+
"https://www.pagopa.gov.it/it/prestatori-servizi-di-pagamento/trasparenza-bancaria/";
132132

133133
/**
134134
* Function that returns a sorted list of psp based on the given sortType

0 commit comments

Comments
 (0)