summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_patch_product.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_patch_product.c')
-rw-r--r--src/lib/merchant_api_patch_product.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_patch_product.c b/src/lib/merchant_api_patch_product.c
index 9b0aead2..4fba0974 100644
--- a/src/lib/merchant_api_patch_product.c
+++ b/src/lib/merchant_api_patch_product.c
@@ -235,7 +235,7 @@ TALER_MERCHANT_product_patch (
char *path;
GNUNET_asprintf (&path,
- "products/%s",
+ "private/products/%s",
product_id);
pph->url = TALER_url_join (backend_url,
path,