-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add expiration handling for reserved domains and update tests
- Add expiration check in DomainAvailabilityCheckerService to automatically remove expired domains - Update InvoiceResponseStruct to include reserved_domain_names in response - Add tests for expired domain handling in DomainAvailabilityCheckerService - Add tests for expired domain handling in ReserveDomainInvoice - Remove debug logging from EisBilling service The changes ensure that expired reserved domains are automatically removed during availability checks, making them available for new reservations. Domains with null expire_at remain permanently reserved.
- Loading branch information
1 parent
feb0ff2
commit 4f21dc7
Showing
5 changed files
with
109 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters