mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Add additional specific PricingEngineProxy methods
We already had methods to return just the create or just the renew price. I added more to return just the premium flag or just the fee class. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136833071
This commit is contained in:
parent
fad0aa4ffa
commit
aecca10989
7 changed files with 29 additions and 19 deletions
|
@ -84,7 +84,7 @@ public class TldSpecificLogicProxyTest extends ShardableTestCase {
|
|||
b, Money.of(USD, 50)))
|
||||
.build());
|
||||
basicCreateCost =
|
||||
PricingEngineProxy.getPricesForDomainName("example.tld", clock.nowUtc()).getCreateCost();
|
||||
PricingEngineProxy.getDomainCreateCost("example.tld", clock.nowUtc(), 1);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue