瀏覽代碼

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

Loading…
取消
儲存