summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-reserves.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-27 12:14:05 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-27 12:14:05 +0200
commit5dea2c74a16191d269c8fc7beead55c2683c887a (patch)
treed262c3ea641a342439b9532606c1424c6f17339e /src/backend/taler-merchant-httpd_private-post-reserves.c
parent72e50cb45e9b3df912fa542c6e6bcccf51a59838 (diff)
downloadmerchant-5dea2c74a16191d269c8fc7beead55c2683c887a.tar.gz
merchant-5dea2c74a16191d269c8fc7beead55c2683c887a.tar.bz2
merchant-5dea2c74a16191d269c8fc7beead55c2683c887a.zip
implement specification update #6891: return exchange_url and payto_uri as part of GET reserve/ID response
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-reserves.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-reserves.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c
index b2cc14c6..f4f10973 100644
--- a/src/backend/taler-merchant-httpd_private-post-reserves.c
+++ b/src/backend/taler-merchant-httpd_private-post-reserves.c
@@ -373,6 +373,7 @@ TMH_private_post_reserves (const struct TMH_RequestHandler *rh,
&reserve_priv,
&reserve_pub,
rc->exchange_url,
+ rc->payto_uri,
&rc->initial_balance,
rc->reserve_expiration);
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR != qs);