feat: add domain_purchase table

This commit is contained in:
Maël Gangloff
2025-10-31 13:40:09 +01:00
parent 2aeb897e6c
commit b420b4e633
11 changed files with 371 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ final readonly class UpdateDomainHandler
* If the domain name no longer appears in the WHOIS AND a connector is associated with this Watchlist,
* this connector is used to purchase the domain name.
*/
$this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain->getLdhName()));
$this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
}
} catch (TldNotSupportedException|UnknownRdapServerException) {
/*