[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sync] branch master updated: adapt to latest API changes
From: |
gnunet |
Subject: |
[taler-sync] branch master updated: adapt to latest API changes |
Date: |
Fri, 01 Sep 2023 15:03:15 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository sync.
The following commit(s) were added to refs/heads/master by this push:
new 2dc62e1 adapt to latest API changes
2dc62e1 is described below
commit 2dc62e1dd190ff5080fb0782d69e828ff6f1674d
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Sep 1 15:03:11 2023 +0200
adapt to latest API changes
---
src/testing/test_sync_api.c | 7 ++++++-
src/testing/test_sync_api.conf | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c
index c1fdcf9..a4105a9 100644
--- a/src/testing/test_sync_api.c
+++ b/src/testing/test_sync_api.c
@@ -153,8 +153,13 @@ run (void *cls,
TALER_TESTING_cmd_merchant_post_instances ("instance-create-default",
merchant_url,
"default",
- merchant_payto,
MHD_HTTP_NO_CONTENT),
+ TALER_TESTING_cmd_merchant_post_account (
+ "instance-create-default-account",
+ merchant_url,
+ merchant_payto,
+ NULL, NULL,
+ MHD_HTTP_OK),
/**
* Move money to the exchange's bank account.
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 195cd30..1a730ea 100644
--- a/src/testing/test_sync_api.conf
+++ b/src/testing/test_sync_api.conf
@@ -63,6 +63,7 @@ PORT = 8081
SIGNKEY_LEGAL_DURATION = 2 years
MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
BASE_URL = "http://localhost:8081/"
+STEFAN_ABS = "EUR:5"
[exchangedb-postgres]
CONFIG = "postgres:///synccheck"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sync] branch master updated: adapt to latest API changes,
gnunet <=