add JPY currency (#176)

This commit is contained in:
alex-tee
2023-09-06 12:14:41 +02:00
committed by GitHub
parent 1a80f9d52b
commit b855ce9bb9
@@ -40,6 +40,7 @@ export default Controller.extend({
{ id: "BRL", name: "BRL" },
{ id: "DKK", name: "DKK" },
{ id: "SGD", name: "SGD" },
{ id: "JPY", name: "JPY" },
];
},