axios.delete(this.props.item.unpurchase_url, {
      data: { authenticity_token: this.props.authenticity_token }
    }).then(function (response) {
      self.setState({purchased_at: response.data.data.purchased_at, is_busy: false});
    }).catch(function (error) {