mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 15:23:34 +02:00
Set EAP billing event to one-year period
This is consistent with how we treat RESTORE billing events as well- in general, fees are considered to be amortized over the course of a year (by the invoicing team). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199684843
This commit is contained in:
parent
ea08661598
commit
1c71487e5d
4 changed files with 5 additions and 1 deletions
|
@ -267,6 +267,7 @@ public class DomainCreateFlowTest extends ResourceFlowTestCase<DomainCreateFlow,
|
|||
.setReason(Reason.FEE_EARLY_ACCESS)
|
||||
.setTargetId(getUniqueIdFromCommand())
|
||||
.setClientId("TheRegistrar")
|
||||
.setPeriodYears(1)
|
||||
.setCost(eapFee)
|
||||
.setEventTime(clock.nowUtc())
|
||||
.setBillingTime(billingTime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue