mirror of
https://github.com/google/nomulus
synced 2026-01-06 05:27:13 +00:00
Rename PricingEngine to PremiumPricingEngine
This properly reflects the fact that other, separate things will now be responsible both for EAP and for per-TLD custom pricing. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124558165
This commit is contained in:
committed by
Justine Tunney
parent
366c5a344d
commit
6ba1d5e6df
@@ -235,7 +235,7 @@ public class DatastoreHelper {
|
||||
.setServerStatusChangeBillingCost(Money.of(USD, 19))
|
||||
// Always set a default premium list. Tests that don't want it can delete it.
|
||||
.setPremiumList(persistPremiumList(tld, DEFAULT_PREMIUM_LIST_CONTENTS.get()))
|
||||
.setPricingEngineClass(StaticPremiumListPricingEngine.class)
|
||||
.setPremiumPricingEngineClass(StaticPremiumListPricingEngine.class)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user