mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Require fee extension when registering domain in EAP
Failing to use the fee extension during EAP can result in charges to registrars that are radically different than what they may have been expecting. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177597883
This commit is contained in:
parent
087a500093
commit
ebfa27b3ad
4 changed files with 41 additions and 3 deletions
|
@ -133,6 +133,7 @@ import org.joda.time.Duration;
|
|||
* @error {@link DomainFlowUtils.ExceedsMaxRegistrationYearsException}
|
||||
* @error {@link DomainFlowUtils.ExpiredClaimException}
|
||||
* @error {@link DomainFlowUtils.FeesMismatchException}
|
||||
* @error {@link DomainFlowUtils.FeesRequiredDuringEarlyAccessProgramException}
|
||||
* @error {@link DomainFlowUtils.FeesRequiredForPremiumNameException}
|
||||
* @error {@link DomainFlowUtils.InvalidIdnDomainLabelException}
|
||||
* @error {@link DomainFlowUtils.InvalidLrpTokenException}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue