summaryrefslogtreecommitdiff
path: root/src/sync/sync-httpd_backup_post.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-17 21:01:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-17 21:01:42 +0100
commitc96c9e1656e86c059ab5e8ce239783fc8cbebda7 (patch)
tree90ecbd2a36ff685a87ff71b60c610c9aaa51b1ad /src/sync/sync-httpd_backup_post.c
parent398692841c64a0c486af1bfbeb47df3bc0cc3534 (diff)
downloadsync-c96c9e1656e86c059ab5e8ce239783fc8cbebda7.tar.gz
sync-c96c9e1656e86c059ab5e8ce239783fc8cbebda7.tar.bz2
sync-c96c9e1656e86c059ab5e8ce239783fc8cbebda7.zip
adjust to spec
Diffstat (limited to 'src/sync/sync-httpd_backup_post.c')
-rw-r--r--src/sync/sync-httpd_backup_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
index 0866784..deb6701 100644
--- a/src/sync/sync-httpd_backup_post.c
+++ b/src/sync/sync-httpd_backup_post.c
@@ -449,7 +449,7 @@ begin_payment (struct BackupContext *bc,
order = json_pack ("{s:o, s:s, s:s}",
"amount", TALER_JSON_from_amount (&SH_annual_fee),
"summary", "annual fee for sync service",
- "fulfillment_url", SH_my_base_url);
+ "fulfillment_url", SH_fulfillment_url);
bc->po = TALER_MERCHANT_order_put (SH_ctx,
SH_backend_url,
order,