mirror of
https://github.com/google/nomulus
synced 2026-08-28 11:56:11 +00:00
Create a separate billing event when EAP is applied
When EAP is involed we current have one billing event for domain create that has the create fee and EAP fee lumped together. Change it to record two separate billing events for each. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132335349
This commit is contained in:
@@ -71,6 +71,7 @@ public abstract class BillingEvent extends ImmutableObject
|
||||
ALLOCATION,
|
||||
ANCHOR_TENANT,
|
||||
AUTO_RENEW,
|
||||
EAP,
|
||||
LANDRUSH,
|
||||
SUNRISE,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user