merchant

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

commit 019d756625c4bdf5d4e560ca1da212be6407c225
parent 2aab4e4097967c6426f72269084f8400aff34892
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 31 Mar 2026 20:56:35 +0200

add missing RETURN

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

diff --git a/src/backenddb/pg_merchant_send_kyc_notification.sql b/src/backenddb/pg_merchant_send_kyc_notification.sql @@ -58,6 +58,7 @@ BEGIN IF my_notification_language IS NULL THEN -- Disabled + RETURN; END IF; IF my_email IS NULL THEN