merchant

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

commit 3648c03507664f8afb77f57a9b235cd3e44ed1c7
parent 20234ecc12e10c47dc9d775c7bdcefd78eb6d8ed
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Wed,  4 Dec 2024 20:12:07 +0100

few design fixes

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

diff --git a/src/backenddb/test_webhook_trigger.sh b/src/backenddb/test_webhook_trigger.sh @@ -352,7 +352,7 @@ echo "SET search_path TO merchant; # Fetch and validate the number of pending webhooks WEBHOOK_COUNT=$(echo "SET search_path TO merchant; - SELECT COUNT(*) + SELECT COUNT(*) FROM merchant_pending_webhooks;" | psql talercheck -t -A | tr -d '[:space:]') if [ "$WEBHOOK_COUNT" -ne 7 ]; then