mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Re-enable automatic invoice publish
All the pipeline-crashing problems should be fixed now, so we should have no problem re-automating the invoice publish. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=207265990
This commit is contained in:
@@ -620,8 +620,7 @@ public final class RegistryConfig {
|
||||
@Provides
|
||||
@Config("defaultShouldPublishInvoices")
|
||||
public static boolean provideDefaultShouldPublishInvoices() {
|
||||
// TODO(b/78278360): Make the default 'true' once we're done with SUNRISE.
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user