refactored checkout workflow with stripe

This commit is contained in:
2021-01-11 21:16:42 +01:00
parent 2df6e53aa0
commit 02c983e7e0
48 changed files with 1154 additions and 177 deletions

View File

@ -2,7 +2,11 @@
<div id="user-tools">
<h4
class="mdi mdi-account"
>{{ mail }}</h4>
>
<a href="/user">
{{ mail }}
</a>
</h4>
<a href="/admin/content/materials"
v-if="isAdmin"
class="mdi mdi-settings"