merchant

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

commit e5593b4da5116954cad53cadf747e455429c0fb5
parent c9722efbdf7cec7c3c28aff9abe082db56a14fcf
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Mon, 24 Mar 2025 17:07:38 +0100

fixing the sequence and pg

Diffstat:
Msrc/backenddb/merchant-0015.sql | 4++--
Msrc/backenddb/plugin_merchantdb_postgres.c | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/merchant-0015.sql b/src/backenddb/merchant-0015.sql @@ -14,7 +14,7 @@ -- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> -- --- @file merchant-0014.sql +-- @file merchant-0015.sql -- @brief Create table to store donau related information -- @author Bohdan Potuzhnyi -- @author Vlada Svirsh @@ -22,7 +22,7 @@ BEGIN; -- Check patch versioning is in place. -SELECT _v.register_patch('merchant-0014', NULL, NULL); +SELECT _v.register_patch('merchant-0015', NULL, NULL); SET search_path TO merchant; diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -469,6 +469,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls) = &TMH_PG_lookup_orders; plugin->insert_order = &TMH_PG_insert_order; + plugin->insert_order_budis + = &TMH_PG_insert_order_budis; plugin->unlock_inventory = &TMH_PG_unlock_inventory; plugin->insert_order_lock