google-nomulus/java/google/registry/flows/domain
mcilwain 37aa1d1815 Always require acknowledgment of premium fees
This removes the configuration ability on both Registry and Registrar entities
to allow operations on premium domains to succeed without acking the fees using
the fee extension. We only ever used this ability during the minna launch, and
it was a fiasco. We have no intention of ever allowing creation, renewal,
transfer, restoring, etc. of premium domains without acking the fees ever again,
and haven't done so since 2013, so removing this ability allows us to simplify
our code, data model, and tests.

Note that all TLDs in our production system currently require price ACKing
anyway, so from an external partner perspective this commit is a noop.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229423650
2019-01-17 19:07:51 -05:00
..
token Move the AllocationToken entity to the token subpackage 2018-07-14 01:37:03 -04:00
DomainCheckFlow.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainClaimsCheckFlow.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainCreateFlow.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainDeleteFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainFlowTmchUtils.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
DomainFlowUtils.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainInfoFlow.java Add extensibility framework for allocation tokens 2018-02-01 21:54:29 -05:00
DomainPricingLogic.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainRenewFlow.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainRestoreRequestFlow.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainTransferApproveFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainTransferCancelFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainTransferQueryFlow.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainTransferRejectFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
DomainTransferRequestFlow.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainTransferUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainUpdateFlow.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
FeesAndCredits.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00