Skip to content
Snippets Groups Projects
Commit 8cb39fb9 authored by stckvrflw's avatar stckvrflw
Browse files

feat: cancel subscription button

parent 78a6a33a
Branches
Tags
No related merge requests found
...@@ -16,5 +16,10 @@ ...@@ -16,5 +16,10 @@
<p>Your request is pending. Please wait for the admin to approve your request.</p> <p>Your request is pending. Please wait for the admin to approve your request.</p>
<p>Click <a href="/premium-status">here</a> to refresh the page.</p> <p>Click <a href="/premium-status">here</a> to refresh the page.</p>
</div> </div>
<?php } elseif($result == "ACCEPTED") { ?>
<form method="post" action="/cancel-premium">
<button type="submit">Cancel Premium</button>
</form>
<?php } ?> <?php } ?>
</div> </div>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment