merchant

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

commit ccb863d9287fefc52fdd792b374214cc2bd00812
parent 124add9b872df20a706b53ee13c80ebe68fc7715
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 14 Jul 2023 20:47:16 +0200

-fix column name

Diffstat:
Msrc/backenddb/pg_select_wirewatch_accounts.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/pg_select_wirewatch_accounts.c b/src/backenddb/pg_select_wirewatch_accounts.c @@ -71,7 +71,7 @@ handle_results (void *cls, json_t *credential; uint64_t last_serial; struct GNUNET_PQ_ResultSpec rs[] = { - GNUNET_PQ_result_spec_auto_from_type ("instance_id", + GNUNET_PQ_result_spec_auto_from_type ("merchant_id", &instance), GNUNET_PQ_result_spec_string ("payto_uri", &payto_uri), @@ -126,7 +126,7 @@ TMH_PG_select_wirewatch_accounts ( "select_wirewatch_progress", "SELECT" " last_bank_serial" - ",instance_id" + ",merchant_id" ",payto_uri" ",credit_facade_url" ",credit_facade_credentials"