Donations: Introduce timeouts in early stages of the workflow
This commit is contained in:
parent
7ef40c64c4
commit
fd794ae90d
42 changed files with 198 additions and 109 deletions
|
@ -40,6 +40,11 @@ export function DonationErrorModal(props: PropsType): JSX.Element {
|
|||
body = i18n('icu:Donations__PaymentMethodDeclined__Description');
|
||||
break;
|
||||
}
|
||||
case donationErrorTypeSchema.Enum.TimedOut: {
|
||||
title = i18n('icu:Donations__TimedOut');
|
||||
body = i18n('icu:Donations__TimedOut__Description');
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
throw missingCaseError(props.errorType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue