Skip to content

Commit

Permalink
Merge branch 'master' into IOPID-2162-remove-cieid-ff
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMattew authored Feb 4, 2025
2 parents 9724a67 + 435848a commit ac038f1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions locales/de/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,8 +1529,8 @@ wallet:
fee: "Transaktionsgebühr"
idTransaction: "Identifikationscode der Transaktion"
amountInfo:
title: "Siehst du einen anderen Betrag?"
message: "pagoPA aktualisiert den Betrag automatisch, um sicherzustellen, dass du genau den Betrag bezahlst, den du schuldest und somit weitere Strafen oder Zinsen vermeidest"
title: "Ist der Betrag anders als auf der pagoPA-Benachrichtigung?"
message: "Wenn sich der Betrag ändert, bedeutet das, dass die Gläubigerinstitution ihn automatisch aktualisiert hat. So kannst du sicher sein, immer den fälligen Betrag zu bezahlen. Falls er höher ist, könnten Zinsen, Strafen oder Benachrichtigungskosten anfallen.\n\nFür weitere Details wende dich bitte an die Gläubigerinstitution, da pagoPA die Gründe für die Aktualisierung nicht kennt."
cta: "OK, habe verstanden"
contextualHelpTitle: "Zusammenfassung der Transaktion"
errorDetails:
Expand Down
10 changes: 5 additions & 5 deletions locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@ wallet:
idTransaction: Transaction identification code
updatedAmount: Updated amount
amountInfo:
title: Do you see a different amount?
message: pagoPA updates the amount in real time, so that you can pay without additional charges or interest. This may happen, for instance, when the institution applies notification fees (if it has sent you a notification with legal value) or if you are late with your payment.
title: Is the amount different from the one on the pagoPA notice?
message: "If the amount changes, it means that the Payee has automatically updated it. In this way, you can be sure that you are always paying the amount that is due. If it is higher, you may have to pay interest, penalties or notification costs.\n\nPlease contact the Payee for further details, as pagoPA does not know the reasons for the update."
cta: Ok, va bene
contextualHelpTitle: Transaction's summary
contextualHelpContent: !include wallet/wallet_transaction_summary.md
Expand Down Expand Up @@ -1908,7 +1908,7 @@ wallet:
title: "L’Ente Creditore sta avendo problemi nella risposta"
subtitle: "Riprova più tardi. Se il problema persiste, contatta l’assistenza."
PAYMENT_ONGOING:
title: "C’è già un pagamento in corso, riprova più tardi"
title: "C’è già un’operazione in corso, riprova più tardi"
subtitle: "Se il problema persiste, puoi aprire una segnalazione."
PAYMENT_EXPIRED:
title: "L’avviso è scaduto e non è più possibile pagarlo"
Expand All @@ -1922,10 +1922,10 @@ wallet:
title: "Non riusciamo a verificare lo stato di questo avviso"
subtitle: "Riprova più tardi. Se il problema persiste, contatta l’assistenza."
GENERIC_ERROR:
title: "Stiamo riscontrando alcuni problemi sui sistemi pagoPA"
title: "Stiamo riscontrando alcuni problemi sui sistemi di pagamento"
subtitle: "Riprova più tardi."
PAYMENT_SLOWDOWN_ERROR:
title: "Stiamo riscontrando alcuni problemi sui sistemi pagoPA"
title: "Stiamo riscontrando alcuni problemi sui sistemi di pagamento"
subtitle: "Riprova più tardi."
PAYMENT_UNKNOWN:
title: "Non riusciamo a trovare l’avviso"
Expand Down
10 changes: 5 additions & 5 deletions locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,8 +1601,8 @@ wallet:
fee: Costi di transazione
idTransaction: Codice identificativo della transazione
amountInfo:
title: Vedi un importo diverso?
message: pagoPA aggiorna l'importo in tempo reale, per permetterti di pagare evitando more o interessi aggiuntivi. Può succedere, per esempio, quando l'ente applica dei costi di notifica (se ti ha inviato una comunicazione a valore legale) o se sei in ritardo con il pagamento.
title: L’importo è diverso da quello riportato sull’avviso pagoPA?
message: "Quando l'importo cambia, significa che l'ente creditore l'ha aggiornato automaticamente. In questo modo, hai sempre la certezza di pagare l’importo dovuto. Se è più alto, potrebbero esserci interessi, sanzioni o costi di notifica.\n\nPer ulteriori dettagli contatta l'ente creditore, poiché pagoPA non conosce i motivi dell'aggiornamento."
cta: Ok, va bene
contextualHelpTitle: Riepilogo della transazione
contextualHelpContent: !include wallet/wallet_transaction_summary.md
Expand Down Expand Up @@ -1908,7 +1908,7 @@ wallet:
title: "L’Ente Creditore sta avendo problemi nella risposta"
subtitle: "Riprova più tardi. Se il problema persiste, contatta l’assistenza."
PAYMENT_ONGOING:
title: "C’è già un pagamento in corso, riprova più tardi"
title: "C’è già un’operazione in corso, riprova più tardi"
subtitle: "Se il problema persiste, puoi aprire una segnalazione."
PAYMENT_EXPIRED:
title: "L’avviso è scaduto e non è più possibile pagarlo"
Expand All @@ -1922,10 +1922,10 @@ wallet:
title: "Non riusciamo a verificare lo stato di questo avviso"
subtitle: "Riprova più tardi. Se il problema persiste, contatta l’assistenza."
GENERIC_ERROR:
title: "Stiamo riscontrando alcuni problemi sui sistemi pagoPA"
title: "Stiamo riscontrando alcuni problemi sui sistemi di pagamento"
subtitle: "Riprova più tardi."
PAYMENT_SLOWDOWN_ERROR:
title: "Stiamo riscontrando alcuni problemi sui sistemi pagoPA"
title: "Stiamo riscontrando alcuni problemi sui sistemi di pagamento"
subtitle: "Riprova più tardi."
PAYMENT_UNKNOWN:
title: "Non riusciamo a trovare l’avviso"
Expand Down
1 change: 1 addition & 0 deletions ts/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Sentry.init({
beforeSendTransaction(event) {
return removeUserFromEvent(event);
},
ignoreErrors: ["HTTPClientError"],
integrations: integrations => [...integrations, navigationIntegration],
enabled: !isDevEnv,
// https://sentry.zendesk.com/hc/en-us/articles/23337524872987-Why-is-the-the-message-in-my-error-being-truncated
Expand Down

0 comments on commit ac038f1

Please sign in to comment.