%PDF- %PDF-
Direktori : /proc/thread-self/root/home/forge/takeaseat.eco-n-tech.co.uk/store/account/ |
Current File : //proc/thread-self/root/home/forge/takeaseat.eco-n-tech.co.uk/store/account/calendar.js |
export const actions = { async callback({ dispatch }, payload) { await this.$axios.post('/cronofy/callback', { code: payload }).then((response) => { if(response.status == 200) { dispatch('saveToken', response.data); } }) }, async saveToken({ dispatch }, payload) { await this.$axios.post('/cronofy/save', { token: payload }) }, }