1
0
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:
gbrodman
2019-04-26 11:38:31 -07:00
committed by jianglai
parent 1a1ff94bc5
commit 70c7e6c224
14 changed files with 388 additions and 96 deletions

View File

@@ -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();