google-nomulus/javatests/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
..
testdata Always require acknowledgment of premium fees 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
DomainCheckFlowTest.java Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
DomainClaimsCheckFlowTest.java Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
DomainCreateFlowTest.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainDeleteFlowTest.java Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
DomainInfoFlowTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainRenewFlowTest.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainRestoreRequestFlowTest.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainTransferApproveFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferCancelFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferFlowTestCase.java Add asynchronous scheduled actions to re-save entities 2018-06-27 15:28:52 -04:00
DomainTransferQueryFlowTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
DomainTransferRejectFlowTest.java Update lastEppUpdateTime and lastEppUpdateClientId when necessary 2018-12-03 19:13:55 -05:00
DomainTransferRequestFlowTest.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
DomainUpdateFlowTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00