Jake Vanderwerf
2026-07-05 fff721dd185f5b97f7ae7a6e64189e55887ff590
inc/registrar/config/Integration.php
@@ -58,6 +58,7 @@
         error_log('[Integration]::setContentType Service is not setup. '.$this->service_name);
         return $this;
      }
      $allowed = $connection->getAllowedContent();
      if (!in_array($content, $allowed)) {
         error_log($this->service_name.' Connection does not support this content: '.$content);
@@ -95,6 +96,8 @@
   public function setCustomer(bool $set):self
   {
      $this->isCustomer = $set;
//    JVB()->connect($this->service_name)->addCustomerFields();
      return $this;
   }
   public function isCustomer():bool