We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4b91f commit 32afddfCopy full SHA for 32afddf
src/main/java/io/zhile/crack/atlassian/license/LicenseProperty.java
@@ -129,8 +129,8 @@ public void setDataCenter(boolean dataCenter) {
129
data.put(productProperty("DataCenter"), "true");
130
data.put("Subscription", "true");
131
} else {
132
- data.remove(productProperty("DataCenter"));
133
- data.remove("Subscription");
+ data.put(productProperty("DataCenter"), "true");
+ data.put("Subscription", "true");
134
}
135
136
@@ -156,4 +156,4 @@ public final String toString() {
156
157
return sb.toString();
158
159
-}
+}
0 commit comments