Add sunrise and anchor tenant discounts to invoicing pipeline

This officially adds a 15% discount to sunrise creates and makes anchor tenant
creates free for the first 2 years.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204805141
This commit is contained in:
larryruili
2018-07-17 22:02:32 -04:00
committed by jianglai
parent ccbdfd0e41
commit c4a2b5fa8d
4 changed files with 71 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ java_library(
resources = glob(["sql/*"]),
deps = [
"//java/google/registry/config",
"//java/google/registry/model",
"//java/google/registry/reporting/billing",
"//java/google/registry/util",
"@com_google_apis_google_api_services_bigquery",