소스 검색

change notification of upcoming bill from 3 days to 7 days

tags/v0.17.0
Jonathan Cobb 4 년 전
부모
커밋
94f51a6478
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -1
      bubble-server/src/main/java/bubble/service/bill/BillingService.java
  2. +1
    -1
      bubble-server/src/main/resources/messages

+ 3
- 1
bubble-server/src/main/java/bubble/service/bill/BillingService.java 파일 보기

@@ -49,7 +49,9 @@ public class BillingService extends SimpleDaemon {

private static final long BILLING_CHECK_INTERVAL = HOURS.toMillis(6);
private static final int MAX_UNPAID_DAYS_BEFORE_STOP = 7;
public static final long ADVANCE_BILLING = DAYS.toMillis(3);

// todo add verbage about notification on cc screen
public static final long ADVANCE_BILLING = DAYS.toMillis(7);

@Autowired private AccountDAO accountDAO;
@Autowired private AccountPlanDAO accountPlanDAO;


+ 1
- 1
bubble-server/src/main/resources/messages

@@ -1 +1 @@
Subproject commit 5ad2825233d7e4a25e056d61a0f039be99566a73
Subproject commit fefb38ea11b3a1020474418e045cec997bed9510

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