mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
3f55216b21
commit
0b8e7498e0
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue