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',