Add payment methods screen

This commit is contained in:
2020-12-29 00:10:44 +01:00
parent d997da79ba
commit 84e4910c70
15 changed files with 326 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
<div class="header">
<h2>LibrePay</h2>
<a>Cancel payment</a>
<a *ngIf="this.backend.isInvoicePending()">Cancel payment</a>
</div>