#41 fix naming problem, added creator-id prop for the payment. Redirect and message for paymentCompleted changed to generic for now
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
<v-card-text style="font-size: 1.2rem; text-align: center;">
|
||||
Merci de supporter
|
||||
</v-card-text>
|
||||
<v-card-text style="font-weight: 600; font-size: 1.6rem; text-align: center;">
|
||||
Guillaume Mousseau
|
||||
</v-card-text>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<!-- Ok btn -->
|
||||
@@ -38,7 +35,7 @@
|
||||
<v-card-actions class="justify-center">
|
||||
<v-btn color="white" outlined elevation="2"
|
||||
style="font-size: 2rem; width: 250px; height: 50px; margin-bottom: 25px; background-color: #a30e79;"
|
||||
@click="this.$router.push({ path: '/guillaumeaime' })">Ok</v-btn>
|
||||
@click="this.$router.push({ path: '/' })">Ok</v-btn>
|
||||
</v-card-actions>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
Reference in New Issue
Block a user