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.
This commit is contained in:
gsovereignty 2023-06-25 13:35:02 +08:00 committed by GitHub
parent 087b68128f
commit 68d7d75cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ async fn handle_web_request(
</div>
<div>
<p> This page will not refresh </p>
<p> Verify admission <a href=/account?pubkey={}>here</a> once you have paid</p>
<p> 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 <a href=/account?pubkey={}>here</a>.</p>
</div>
</div>
</body>