merchant

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

commit c84ed905e2d4af60162a7def5c0fc430394930e6
parent 6457b1aa2168dda6e33f6ac4702cad2f932d5f7b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  2 Mar 2025 00:57:05 +0100

bump API

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -321,12 +321,12 @@ AS_CASE([$with_exchange], CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"]) AC_CHECK_HEADERS([taler/taler_mhd_lib.h], - [AC_CHECK_LIB([talermhd], [TALER_MHD_parse_request_arg_snumber], libtalermhd=1)]) + [AC_CHECK_LIB([talermhd], [TALER_MHD_arg_to_yna], libtalermhd=1)]) AM_CONDITIONAL(HAVE_TALERMHD, test x$libtalermhd = x1) AS_IF([test $libtalermhd != 1], [AC_MSG_ERROR([[ *** -*** You need libtalermhd >= 0.10.1 (API v2) to build this program. +*** You need libtalermhd >= 0.14.7 (API v3) to build this program. *** This library is part of the GNU Taler exchange, available at *** https://taler.net *** ]])])