Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
inc/registrar/helpers/AddIntegrationFields.php
@@ -65,6 +65,9 @@
   public function getIntegrationFields():array
   {
      if ($this->registrar && $this->registrar->getType() === 'user' && $this->config->isCustomer()) {
         return JVB()->connect($this->service_name)->getAdditionalFields('customer');
      }
      $fields = [
         'share_to_'.$this->service_name => [
            'type'   => 'true_false',