kb-0912

Results 2 issues of kb-0912

Example: - Store has discount coupon has expired date (Example: Jan 30 2024) - Customer add the coupon code to their cart (any date before Jan 30 2024) but they're...

type: bug
status: needs triaging
Stale

``` Unhandled Runtime Error Error: translations[locale] is not a function Source src/lib/i18n/loadTranslation.ts (32:29) @ loadTranslation 30 | 31 | > 32 | return translations[locale](); | ^ 33 | } 34...