merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 44a32b527ec1570bd1a6fd1b0b059dbef818e652
parent 0eb10b52c3a65770617d391ebdf0596e845718ce
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 May 2023 23:12:19 +0200

-remove arg not needed here

Diffstat:
Msrc/include/taler_merchant_service.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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