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