Skip to content

Commit 3d38f9a

Browse files
authored
Add MXN to currencies (#242)
1 parent ba65d07 commit 3d38f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/craftgate/model/Currency.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ public enum Currency {
1818
BHD,
1919
RUB,
2020
JPY,
21-
EGP
21+
EGP,
22+
MXN
2223
}

0 commit comments

Comments
 (0)