mirror of
https://github.com/google/nomulus
synced 2026-02-04 03:52:33 +00:00
Use a potential discount in the AllocationToken when determining domain create price
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245458027
This commit is contained in:
@@ -163,7 +163,8 @@ public final class DomainInfoFlow implements Flow {
|
||||
InternetDomainName.from(targetId),
|
||||
null,
|
||||
now,
|
||||
pricingLogic);
|
||||
pricingLogic,
|
||||
Optional.empty());
|
||||
extensions.add(builder.build());
|
||||
}
|
||||
return extensions.build();
|
||||
|
||||
Reference in New Issue
Block a user