summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-21 19:05:44 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-21 19:05:44 +0200
commitf21f5ebd6f1870b03c1d9fc9a46dc152b3012563 (patch)
treec598b82ebaedecd286545434dd841148d0677755 /src/include/taler_merchant_service.h
parent5107553bb40c8d96acda60fc3b91872979597028 (diff)
downloadmerchant-f21f5ebd6f1870b03c1d9fc9a46dc152b3012563.tar.gz
merchant-f21f5ebd6f1870b03c1d9fc9a46dc152b3012563.tar.bz2
merchant-f21f5ebd6f1870b03c1d9fc9a46dc152b3012563.zip
implement GET /products
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index c34be1d4..8ac5b678 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1085,6 +1085,7 @@ TALER_MERCHANT_product_delete (
struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const char *instance_id,
+ const char *product_id,
TALER_MERCHANT_ProductDeleteCallback cb,
void *cb_cls);