mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Add test to confirm fee validation when creating/checking a premium domain during EAP
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185002798
This commit is contained in:
@@ -55,7 +55,7 @@ public final class DomainPricingLogic {
|
||||
@Inject
|
||||
DomainPricingLogic() {}
|
||||
|
||||
/** Returns a new create price for the Pricer. */
|
||||
/** Returns a new create price for the pricer. */
|
||||
public FeesAndCredits getCreatePrice(
|
||||
Registry registry, String domainName, DateTime date, int years) throws EppException {
|
||||
CurrencyUnit currency = registry.getCurrency();
|
||||
@@ -84,8 +84,6 @@ public final class DomainPricingLogic {
|
||||
|
||||
}
|
||||
|
||||
// TODO: (b/33000134) clean up the rest of the pricing calls.
|
||||
|
||||
/** Returns a new renew price for the pricer. */
|
||||
@SuppressWarnings("unused")
|
||||
public FeesAndCredits getRenewPrice(
|
||||
|
||||
Reference in New Issue
Block a user