error for user not permitted

This commit is contained in:
Rimian Perkins
2019-09-15 08:40:52 +10:00
parent bc8ae3449d
commit a42e98ee5b
4 changed files with 47 additions and 11 deletions
@@ -9,18 +9,12 @@
{{#if model}}
<table>
<tr>
<td>Payment ID</td>
<td>{{i18n 'discourse_patrons.payment_intent_id'}}</td>
<td>{{model.id}}</td>
</tr>
<tr>
<td>Amount</td>
<td>{{i18n 'discourse_patrons.amount'}}</td>
<td>{{model.amount}}</td>
</tr>
</table>
{{/if}}
<hr>
{{#d-button action="goBack" class="btn btn-primary"}}
{{i18n 'discourse_patrons.buttons.success'}}
{{/d-button}}