/**
  * Save settings
  */
 public function save()
 {
     $settings = $this->get_settings();
     WC_CRM_Admin_Settings::save_fields($settings);
 }