aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 114811be..32364fa5 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -606,7 +606,6 @@ typedef void
* @param ctx the context
* @param backend_url HTTP base URL for the backend
* @param account the bank accounts to add to the merchant instance
- * @param auth_token authentication token to use for access control, NULL for external auth; MUST follow RFC 8959
* @param cb function to call with the response
* @param cb_cls closure for @a config_cb
* @return the instances handle; NULL upon error
@@ -667,7 +666,6 @@ typedef void
* @param ctx the context
* @param backend_url HTTP base URL for the backend
* @param h_wire wire hash of the bank accounts to delete
- * @param auth_token authentication token to use for access control, NULL for external auth; MUST follow RFC 8959
* @param cb function to call with the response
* @param cb_cls closure for @a config_cb
* @return the instances handle; NULL upon error