From dcaae7865716737aacc2abc38d785efaebe352f1 Mon Sep 17 00:00:00 2001 From: sarahcaseybot Date: Thu, 19 May 2022 17:51:21 -0400 Subject: [PATCH] Change shouldPublish in GenerateInvoicesAction to default to false (#1640) --- core/src/main/java/google/registry/config/RegistryConfig.java | 2 +- .../google/registry/env/production/default/WEB-INF/cron.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/google/registry/config/RegistryConfig.java b/core/src/main/java/google/registry/config/RegistryConfig.java index bfa4f09bf..20073108a 100644 --- a/core/src/main/java/google/registry/config/RegistryConfig.java +++ b/core/src/main/java/google/registry/config/RegistryConfig.java @@ -688,7 +688,7 @@ public final class RegistryConfig { @Provides @Config("defaultShouldPublishInvoices") public static boolean provideDefaultShouldPublishInvoices() { - return true; + return false; } /** diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml index 034a18780..58a6e6de5 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml @@ -255,7 +255,7 @@ - + Starts the beam/invoicing/InvoicingPipeline Dataflow template, which creates the overall invoice and detail report CSVs for last month, storing them in gs://[PROJECT-ID]-billing/invoices/yyyy-MM.