소스 검색

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")


불러오는 중...
취소
저장