- cancel/resume subscription fix

- upload into root folder fix
- custom color theme part 3
This commit is contained in:
Peter Papp
2021-03-25 10:46:23 +01:00
parent a18ceb1b4f
commit ac6b2b09e1
41 changed files with 591 additions and 348 deletions

View File

@@ -53,7 +53,7 @@
<!--Empty page-->
<template v-slot:empty-page>
<InfoBox>
<p>{{ $t('user_payments.empty') }} <router-link v-if="user.data.attributes.stripe_customer" :to="{name: 'CreatePaymentMethod'}">Add new payment method.</router-link> </p>
<p>{{ $t('user_payments.empty') }} <router-link v-if="user.data.attributes.stripe_customer" :to="{name: 'CreatePaymentMethod'}" class="text-theme">Add new payment method.</router-link> </p>
</InfoBox>
</template>
</DatatableWrapper>

View File

@@ -128,7 +128,7 @@
// Send delete request
axios
.post('/api/subscription/cancel')
.post('/api/user/subscription/cancel')
.then(() => {
// Update user data
@@ -172,7 +172,7 @@
// Send delete request
axios
.post('/api/subscription/resume')
.post('/api/user/subscription/resume')
.then(() => {
// Update user data