mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02:00
* Refactor Fee handling so that each fee knows if it's premium This is a noop for now, as the new isPremium boolean isn't yet used by anything, but it will be used in follow-up PRs to add additional fee information using the fee extension (see: b/157621273). Specifically what we're trying to do here is return <fee:command name="create" standard="1"> (using the finalized version of the fee extension) when an entire command has no premium fee associated with it. And in the current earlier versions of the fee extension that we support, we'll want to display the correct fee amount and class for creates/checks on reserved domains when a valid allocation token is passed. This also needs the isPremium information. There are no testing implications yet because isPremium isn't exposed anywhere, but there will definitely be lots of test changes once it's feeding into EPP- visible changes. * Rename things, add method Javadoc * Apply formatting |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile | ||
karma.conf.js |