Skip to content

Commit de0a9ba

Browse files
committed
Make Division a string instead of a number
1 parent 18512ca commit de0a9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digicert-certcentral-caplugin/CertCentralCAPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public Dictionary<string, PropertyConfigInfo> GetCAConnectorAnnotations()
387387
Comments = "Division ID to use for retrieving product details (only if account is configured with per-divison product settings)",
388388
Hidden = false,
389389
DefaultValue = "",
390-
Type = "Number"
390+
Type = "String"
391391
},
392392
[CertCentralConstants.Config.REGION] = new PropertyConfigInfo()
393393
{

0 commit comments

Comments
 (0)