merchant

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

commit 1d731a7200f17e2ad2d7406e0e0828be9c69db26
parent a23cb140c563860041d930efd481fb3feade9acc
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 26 Aug 2019 01:00:43 +0200

fix prepared statement

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -346,7 +346,7 @@ postgres_initialize (void *cls) ",timestamp)" " VALUES " "($1, $2, $3, $4, $5)", - 4), + 5), GNUNET_PQ_make_prepare ("mark_proposal_paid", "UPDATE merchant_contract_terms SET" " paid=TRUE, last_session_id=$3"