summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-21 19:17:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-21 19:17:04 +0200
commit035ceae205054c293f3499c2405fb67ff4fb2215 (patch)
tree58f7edfebcd22c15984e9161cc809024ffeb9e8f /src/include/taler_merchant_service.h
parent70bb114b5b17993b4ba05e0a80f2d9d5a395d60f (diff)
downloadmerchant-035ceae205054c293f3499c2405fb67ff4fb2215.tar.gz
merchant-035ceae205054c293f3499c2405fb67ff4fb2215.tar.bz2
merchant-035ceae205054c293f3499c2405fb67ff4fb2215.zip
implement PATCH /products/
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 8ac5b678..ba7723c6 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -956,7 +956,7 @@ typedef void
* @param total_lost in @a units, must be larger than previous values, and may
* not exceed total_stocked minus total_sold; if it does, the transaction
* will fail with a #MHD_HTTP_CONFLICT HTTP status code
- * @param location where the product is in stock
+ * @param address where the product is in stock
* @param next_restock when the next restocking is expected to happen
* @param cb function to call with the backend's result
* @param cb_cls closure for @a cb
@@ -976,7 +976,7 @@ TALER_MERCHANT_product_patch (
const json_t *taxes,
int64_t total_stocked,
uint64_t total_lost,
- const json_t *location,
+ const json_t *address,
struct GNUNET_TIME_Absolute next_restock,
TALER_MERCHANT_ProductPatchCallback cb,
void *cb_cls);