mirror of
https://github.com/google/nomulus
synced 2026-08-01 04:46:08 +00:00
Remove registrar id from invoice grouping key (#2749)
* Remove registrar id from invoice grouping key * Fix formatting issues * Update BillingEventTests
This commit is contained in:
@@ -172,7 +172,7 @@ public record BillingEvent(
|
||||
.minusDays(1)
|
||||
.toString(),
|
||||
billingId(),
|
||||
registrarId(),
|
||||
"",
|
||||
String.format("%s | TLD: %s | TERM: %d-year", action(), tld(), years()),
|
||||
amount(),
|
||||
currency(),
|
||||
|
||||
Reference in New Issue
Block a user