gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: PoS instance


From: gnunet
Subject: [taler-deployment] branch master updated: PoS instance
Date: Thu, 23 Jul 2020 16:29:05 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2a35da2  PoS instance
2a35da2 is described below

commit 2a35da270ea925f65d84bd65785d1ea27a6f7705
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 16:29:00 2020 +0200

    PoS instance
---
 bin/taler-config-instances | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index cc86243..20530be 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -62,6 +62,20 @@ survey_config = dict(
     default_pay_delay=dict(d_ms="forever")
 )
 
+print("configuring PoS")
+pos_config = dict(
+    payto_uris=["payto://x-taler-bank/"],
+    id="pos",
+    name="PoS",
+    address=dict(),
+    jurisdiction=dict(),
+    default_max_wire_fee="EUR:1",
+    default_wire_fee_amortization=3,
+    default_max_deposit_fee="EUR:1",
+    default_wire_transfer_delay=dict(d_ms="forever"),
+    default_pay_delay=dict(d_ms="forever")
+)
+
 expectResponse(
     post(INSTANCE_CONFIG_URL, json=blog_config, headers={"Authorization": 
"ApiKey sandbox"}),
     [204, 409]
@@ -76,3 +90,8 @@ expectResponse(
     post(INSTANCE_CONFIG_URL, json=survey_config, headers={"Authorization": 
"ApiKey sandbox"}),
     [204, 409]
 )
+
+expectResponse(
+    post(INSTANCE_CONFIG_URL, json=pos_config, headers={"Authorization": 
"ApiKey sandbox"}),
+    [204, 409]
+)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]