Skip to content

Commit

Permalink
Update afterpay/src/test/kotlin/com/afterpay/android/AfterpayEnabled.kt
Browse files Browse the repository at this point in the history
Change locale order to be alphabetical

Co-authored-by: Ben Firth <[email protected]>
  • Loading branch information
ScottAntonacAP and benfterpay authored Aug 6, 2023
1 parent 388d10b commit dd8107c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class AfterpayEnabled {
Locales.EN_AU,
Locales.EN_CA,
Locales.EN_GB,
Locales.EN_US,
Locales.EN_NZ,
Locales.EN_US,
Locales.FR_CA,
)

Expand Down

0 comments on commit dd8107c

Please sign in to comment.