mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02: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:
parent
1a1ff94bc5
commit
70c7e6c224
14 changed files with 388 additions and 96 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue