summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_patch_product.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-24 20:32:10 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-24 20:32:10 +0200
commit6548cc691d8c9fb443a46e12b10de922b6581f97 (patch)
tree849154677d3740d7e02489e63018ba7a18ef843d /src/lib/merchant_api_patch_product.c
parenta376e29ef856bf2baf00ea0c871f9f852c2273bc (diff)
downloadmerchant-6548cc691d8c9fb443a46e12b10de922b6581f97.tar.gz
merchant-6548cc691d8c9fb443a46e12b10de922b6581f97.tar.bz2
merchant-6548cc691d8c9fb443a46e12b10de922b6581f97.zip
fix tests
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,