浏览代码

add adminEmail to AccountPlan create fields

tags/v1.4.17
Jonathan Cobb 3 年前
父节点
当前提交
e5a30a0b6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bubble-server/src/main/java/bubble/model/bill/AccountPlan.java

+ 1
- 1
bubble-server/src/main/java/bubble/model/bill/AccountPlan.java 查看文件

@@ -47,7 +47,7 @@ public class AccountPlan extends IdentifiableBase implements HasNetwork {
public static final String[] UPDATE_FIELDS = {"description", "paymentMethod", "paymentMethodObject"};

public static final String[] CREATE_FIELDS = ArrayUtil.append(UPDATE_FIELDS,
"name", "launchType", "forkHost", "locale", "timezone", "domain", "network",
"name", "launchType", "forkHost", "adminEmail", "locale", "timezone", "domain", "network",
"sshKey", "syncAccount", "launchLock", "sendErrors", "sendMetrics", "plan", "footprint");

@SuppressWarnings("unused")


正在加载...
取消
保存