Skip to content

Commit 8c9ea85

Browse files
feat: render error when checkout session is not found (#1225)
* Display error message if checkout session doesn't exist * return early from checkout exchange if no session * update error state design --------- Co-authored-by: Phil Bennett <[email protected]>
1 parent 4bc45ed commit 8c9ea85

File tree

23 files changed

+80
-1
lines changed

23 files changed

+80
-1
lines changed

.changeset/deep-dodos-work.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@godaddy/localizations": patch
3+
"@godaddy/react": patch
4+
---
5+
6+
Add missing session error state

packages/localizations/src/deDe.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const deDe = {
88
apply: 'Anwenden',
99
checkoutDisabled:
1010
'Der Checkout ist derzeit deaktiviert. Wir entschuldigen uns für die Unannehmlichkeiten.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Unterstützt von',
1113
},
1214
contact: {
1315
title: 'Kontakt',

packages/localizations/src/enIe.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const enIe = {
88
apply: 'Apply',
99
checkoutDisabled:
1010
'Checkout is currently disabled. We apologise for the inconvenience.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Powered by',
1113
},
1214
contact: {
1315
title: 'Contact',

packages/localizations/src/enUs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const enUs = {
88
apply: 'Apply',
99
checkoutDisabled:
1010
'Checkout is currently disabled. We apologize for the inconvenience.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Powered by',
1113
},
1214
contact: {
1315
title: 'Contact',

packages/localizations/src/esAr.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esAr = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está deshabilitado actualmente. Pedimos disculpas por las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

packages/localizations/src/esCl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esCl = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está actualmente deshabilitado. Pedimos disculpas por las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

packages/localizations/src/esCo.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esCo = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está deshabilitado actualmente. Pedimos disculpas por las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

packages/localizations/src/esEs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esEs = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está deshabilitado actualmente. Pedimos disculpas por las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

packages/localizations/src/esMx.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esMx = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está deshabilitado temporalmente. Disculpe las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

packages/localizations/src/esPe.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const esPe = {
88
apply: 'Aplicar',
99
checkoutDisabled:
1010
'El checkout está deshabilitado actualmente. Disculpe las molestias.',
11+
godaddyCheckout: 'GoDaddy Checkout',
12+
poweredBy: 'Desarrollado por',
1113
},
1214
contact: {
1315
title: 'Contacto',

0 commit comments

Comments
 (0)