From 68d7d75cc7439f01df023f0031b6ae6f75acb1e1 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Sun, 25 Jun 2023 13:35:02 +0800 Subject: [PATCH] Problem: payment status isn't updated until an event is published Problem: payment status isn't updated until an event is published, this is a bit confusing for the user. Simplest solution: change the wording to tell the user to send an event and trigger the relay to check for payment. --- src/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.rs b/src/server.rs index 91625b1..aa208ca 100644 --- a/src/server.rs +++ b/src/server.rs @@ -499,7 +499,7 @@ async fn handle_web_request(

This page will not refresh

-

Verify admission here once you have paid

+

After you have paid the invoice, publish an event to trigger the relay to check for payment. Events published after that should be accepted by the relay and your admission status should be shown here.