removed all references to credits. now credits are completely replaced by addons.
This commit is contained in:
@@ -18,7 +18,6 @@ class ProfilePageTest extends TestCase
|
||||
public function test_profile_page_displays_user_and_package_information(): void
|
||||
{
|
||||
$tenant = Tenant::factory()->create([
|
||||
'event_credits_balance' => 7,
|
||||
'subscription_status' => 'active',
|
||||
'subscription_expires_at' => now()->addMonths(3),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user