merchant

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

commit 71f18bfdb0eaa8d68c09a52a8a3197b23d03b8a9
parent e5593b4da5116954cad53cadf747e455429c0fb5
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Mon, 24 Mar 2025 17:11:00 +0100

fixing the sequence and pg v2

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -86,6 +86,7 @@ #include "pg_lookup_order_summary.h" #include "pg_lookup_orders.h" #include "pg_insert_order.h" +#include "pg_insert_order_budis.h" #include "pg_unlock_inventory.h" #include "pg_insert_order_lock.h" #include "pg_lookup_contract_terms3.h"