added it_get_all_plans_from_admin, it_get_single_plan_from_admin, it_create_single_plan_from_admin, it_delete_single_plan, it_update_single_plan_from_admin, it_get_subscribers_from_plan_from_admin test

This commit is contained in:
Peter Papp
2021-03-06 12:14:09 +01:00
parent 88540bd2a6
commit dd4fab8e7c
7 changed files with 173 additions and 26 deletions

View File

@@ -177,7 +177,7 @@
},
methods: {
changeStatus(val, id) {
this.$updateText('/plans/' + id + '/update', 'is_active', val)
this.$updateText('/plans/' + id, 'is_active', val)
}
},
created() {