Make BillingModule.OVERALL_INVOICE_PREFIX configurable

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221700223
This commit is contained in:
shicong 2018-11-15 15:20:53 -08:00 committed by jianglai
parent 45f63cbecf
commit 36c6265980
8 changed files with 31 additions and 11 deletions

View file

@ -32,8 +32,6 @@ import org.joda.time.YearMonth;
public final class BillingModule {
public static final String DETAIL_REPORT_PREFIX = "invoice_details";
// TODO(b/119551360): This should be configurable, not hard-coded to Charleston Road Registry.
public static final String OVERALL_INVOICE_PREFIX = "CRR-INV";
public static final String INVOICES_DIRECTORY = "invoices";
static final String PARAM_SHOULD_PUBLISH = "shouldPublish";