merchant

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

commit fefa93812b15fd03ddf683219fabfe6d4e4e9244
parent 3b48022af13e17004c693f429636b87b1cc57e94
Author: Florian Dold <florian@dold.me>
Date:   Mon,  1 Jul 2024 00:40:55 +0200

more SQL fixes

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

diff --git a/src/backenddb/pg_lookup_all_products.c b/src/backenddb/pg_lookup_all_products.c @@ -169,6 +169,7 @@ TMH_PG_lookup_all_products (void *cls, ",minimum_age" ",product_id" ",product_serial" + ",t.category_array AS categories" " FROM merchant_inventory minv" " JOIN merchant_instances inst" " USING (merchant_serial)"