merchant

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

commit d004d4a89e0f6799d08d6a6b33c558b5a9eb480e
parent 04284778ff41ef66798a2aca9c6dfe7cc8e5728a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Jan 2024 18:49:44 +0100

note on limitations

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

diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -16,6 +16,8 @@ /** * @file taler_merchant_service.h * @brief C interface of libtalermerchant, a C library to use merchant's HTTP API + * This library is not thread-safe, all APIs must only be used from a single thread. + * This library calls abort() if it runs out of memory. Be aware of these limitations. * @author Christian Grothoff * @author Marcello Stanisci * @author Priscilla HUANG