commit 2e4c13c2d7dcfb71c276b855687a21234ab8e65e
parent c1f562aead29ceebd77ff225d60d4e1f1c3bbc60
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 22 Nov 2019 21:57:11 +0100
admit EUR currency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -75,7 +75,7 @@ def cli():
# map from environment name to currenct
-currmap = {"test": "TESTKUDOS", "demo": "KUDOS", "int": "INTKUDOS"}
+currmap = {"test": "TESTKUDOS", "demo": "KUDOS", "int": "INTKUDOS", "euro": "EUR"}
def update_checkout(r: Repo, p: Path):