fixed missing contact_email from registration
This commit is contained in:
@@ -178,6 +178,7 @@ class CheckoutAuthTest extends TestCase
|
||||
|
||||
$this->assertDatabaseHas('tenants', [
|
||||
'email' => 'test@example.com',
|
||||
'contact_email' => 'test@example.com',
|
||||
]);
|
||||
|
||||
$this->assertDatabaseHas('tenant_packages', [
|
||||
|
||||
Reference in New Issue
Block a user