const actions = {

  getRates ({ commit }) {
    api.apiClient.get(`/api/rates`, { crossDomain: true })
      .then(response => {