mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Fix up a comment based on investigation into billing events
Please see the linked bug for more context--I believe this is correct based on what I've observed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245423464
This commit is contained in:
@@ -195,9 +195,10 @@ public final class DomainDeleteFlow implements TransactionalFlow {
|
||||
redemptionTime,
|
||||
clientId)));
|
||||
// Note: The expiration time is unchanged, so if it's before the new deletion time, there will
|
||||
// be a "phantom autorenew" where the expiration time advances but no billing event or poll
|
||||
// message are produced (since we are ending the autorenew recurrences at "now" below). For
|
||||
// now at least this is working as intended.
|
||||
// be a "phantom autorenew" where the expiration time advances. No poll message will be
|
||||
// produced (since we are ending the autorenew recurrences at "now" below) and the billing
|
||||
// event that's created will be automatically cancelled by the corresponding Cancellation
|
||||
// event that we create below. For now, at least, this is working as intended.
|
||||
}
|
||||
|
||||
// Enqueue the deletion poll message if the delete is asynchronous or if requested by a
|
||||
|
||||
Reference in New Issue
Block a user