mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Remove straggler references to extended registration years
The actual extendedRegistrationYears field was removed in [] but I missed a few prose (space-separated) references. While I was at it, I also swapped the javadoc for approvePendingTransfer() and denyPendingTransfer(), since their descriptions after the summary fragment were reversed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150782713
This commit is contained in:
parent
37440d6b29
commit
3a18d8a04f
2 changed files with 25 additions and 28 deletions
|
@ -218,14 +218,14 @@ public final class DomainTransferUtils {
|
|||
*
|
||||
* <p>If the domain will be in the auto-renew grace period at the automatic transfer time, then
|
||||
* the transfer will subsume the autorenew. This means that we "cancel" the 1-year extension of
|
||||
* the autorenew before applying the extra transfer years, which in effect means reducing the
|
||||
* transfer extended registration years by one. Since the gaining registrar will still be billed
|
||||
* for the full extended registration years, we must issue a cancellation for the autorenew, so
|
||||
* that the losing registrar will not be charged (essentially, the gaining registrar takes on the
|
||||
* cost of the year of registration that the autorenew just added).
|
||||
* the autorenew before adding the extra transfer year, which results in zero net change in the
|
||||
* expiration time. Since the gaining registrar will still be billed for the transfer's 1-year
|
||||
* renewal, we must issue a cancellation for the autorenew, so that the losing registrar will not
|
||||
* be charged (essentially, the gaining registrar takes on the cost of the year of registration
|
||||
* that the autorenew just added).
|
||||
*
|
||||
* <p>For details on the policy justification, see b/19430703#comment17 and
|
||||
* <a href="https://www.icann.org/news/advisory-2002-06-06-en">this ICANN advisory</a>.
|
||||
* <p>For details on the policy justification, see b/19430703#comment17 and <a
|
||||
* href="https://www.icann.org/news/advisory-2002-06-06-en">this ICANN advisory</a>.
|
||||
*/
|
||||
private static Optional<BillingEvent.Cancellation> createOptionalAutorenewCancellation(
|
||||
DateTime automaticTransferTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue