set webhook secret for payment services

This commit is contained in:
Čarodej
2022-01-13 16:16:39 +01:00
parent 8d67d089bf
commit e77e0cda03
8 changed files with 139 additions and 143 deletions

View File

@@ -158,8 +158,8 @@
message: this.$t('toaster.plan_created'),
})
// Go to User page
this.$router.push({name: 'PlanSettings', params: {id: response.data.data.id}})
// Go to plan page
this.$router.push({name: 'PlanFixedSettings', params: {id: response.data.data.id}})
})
.catch(error => {

View File

@@ -217,7 +217,7 @@
message: this.$t('toaster.plan_created'),
})
// Go to User page
// Go to plan page
this.$router.push({name: 'PlanMeteredSettings', params: {id: response.data.data.id}})
})
.catch(error => {