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

@@ -109,7 +109,7 @@ class AbstractProviderTest extends ApiTestCase
// Trigger the Order Domain message
$orderDomainHandler = self::getContainer()->get(OrderDomainHandler::class);
$message = new OrderDomain($watchlist->getToken(), $domain->getLdhName());
$message = new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $domain->getUpdatedAt());
$orderDomainHandler($message);
$this->assertResponseStatusCodeSame(200);