Skip to content

Commit

Permalink
Revert "MWPW-141119: Change default pricing for Africa site to fix br…
Browse files Browse the repository at this point in the history
…oken pri…"

This reverts commit 4378d35.
  • Loading branch information
3ch023 authored Jun 24, 2024
1 parent 4378d35 commit c48f5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commerce/src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GeoMap = {
la: 'DO_es',
mx: 'MX_es',
pe: 'PE_es',
africa: 'MU_en',
africa: 'ZA_en',
dk: 'DK_da',
de: 'DE_de',
ee: 'EE_et',
Expand Down
2 changes: 1 addition & 1 deletion commerce/test/settings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('getSettings', () => {

[
{ prefix: '/ar', expectedLocale: 'es_AR' },
{ prefix: '/africa', expectedLocale: 'en_MU' },
{ prefix: '/africa', expectedLocale: 'en_ZA' },
{ prefix: '', expectedLocale: 'en_US' },
{ prefix: '/ae_ar', expectedLocale: 'ar_AE' },
].forEach(({ prefix, expectedLocale }) => {
Expand Down

0 comments on commit c48f5f0

Please sign in to comment.