removed all references to credits. now credits are completely replaced by addons.
This commit is contained in:
@@ -20,9 +20,7 @@ class DashboardPageTest extends TestCase
|
||||
|
||||
public function test_unverified_user_can_access_dashboard_with_summary_data(): void
|
||||
{
|
||||
$tenant = Tenant::factory()->create([
|
||||
'event_credits_balance' => 4,
|
||||
]);
|
||||
$tenant = Tenant::factory()->create();
|
||||
|
||||
$package = Package::factory()->reseller()->create([
|
||||
'name_translations' => [
|
||||
|
||||
Reference in New Issue
Block a user