You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Username` - PTisp customer username. (usually your email address)
28
-
*`Hash` - API Hash, you may find it at https://my.ptisp.pt/#profile/hash
29
-
*`Nichandle` - Nichandle to be used as tech contact.
30
-
*`Nameserver` - First default nameserver for registrations.
31
-
*`Nameserver2` - Second default nameserver for registrations.
32
-
*`DisableFallback` - By default the module uses the nichandle specified in the whmcs domain order (additionaldomainfields makes this possible), if there isn't any it will try to create a contact using your customer's profile data if this fails it will register the domain using your reseller contact. If you want to disable this last fallback to your reseller data, check this checkbox.
33
-
*`Vatcustom` - Is the customer custom field ID where the VAT number is stored (customfieldsX). ex: "customfields1". Not required if using WHMCS' VAT Settings, available in version 7.7 and above
28
+
*`Hash` - API Hash, you may find it at https://my.ptisp.pt/profile/apihash
29
+
*`Default Technical Nic-handle` - Nichandle to be used as tech contact.
30
+
*`Default Name Server 1` - First default nameserver used on registrations.
31
+
*`Default Name Server 2` - Second default nameserver used on registrations.
32
+
*`Do not create contacts with my PTisp profile data` - By default the module uses the nichandle specified in the whmcs domain order (additionaldomainfields makes this possible), if there isn't any it will try to create a contact using your customer's profile data if this fails it will register the domain using your reseller contact. If you want to disable this last fallback to your reseller data, check this checkbox.
33
+
*`Tax ID Custom Field` - The customfield which stores client's Vat Number/Tax ID. Available only if the "Customer Tax IDs/VAT Number" setting is disabled or versions prior to WHMCS 7.7.
"DisableFallback" => array("Type" => "yesno", "Description" => "If customer data is invalid, domain registration will fail with fallback disabled. Fallback uses your info to register a domain when your customer's info is invalid",),
12
-
"Nichandle" => array("Type" => "text", "Description" => "Specify your nichandle, it will be used as Tech Contact after a domain registration.",),
13
-
"Nameserver" => array("Type" => "text", "Description" => "Default nameserver to use in registration.",),
14
-
"Nameserver2" => array("Type" => "text", "Description" => "Default nameserver to use in registration.",),
15
-
"Vatcustom" => array("Type" => "text", "Size" => "100", "Description" => "VAT Number customfield name (format: customfieldsX - replace X accordingly). Not required if using WHMCS' VAT Settings, available in version 7.7 and above")
"DisableFallback" => array("FriendlyName" => "Do not create contacts with my PTisp profile data", "Contact", "Type" => "yesno", "Description" => "When this option is checked the module won't use your profile data on contact creation, whenever client's data is invalid."),
13
+
"Nichandle" => array("FriendlyName" => "Default Technical Nic-handle", "Type" => "text", "Description" => "Default Tech contact used on domain registrations.",),
14
+
"Nameserver" => array("FriendlyName" => "Default Name Server 1", "Type" => "text", "Description" => "Default nameserver to use in registration.",),
15
+
"Nameserver2" => array("FriendlyName" => "Default Name Server 2", "Type" => "text", "Description" => "Default nameserver to use in registration.",),
0 commit comments