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:
Juan Celhay
2025-05-13 20:29:25 +00:00
committed by GitHub
parent 8cecc8d3a8
commit bd30fcc81c
3 changed files with 85 additions and 25 deletions
@@ -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(),