summaryrefslogtreecommitdiff
path: root/src/sync/sync-httpd_backup_post.c
diff options
context:
space:
mode:
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,