default plan is hacker plan for customer creation

This commit is contained in:
Tanmay Deep Sharma
2025-11-07 02:33:49 +05:30
parent 4b8b33c4fd
commit 5ca8aec7c3
@@ -59,7 +59,7 @@ describe Enterprise::Billing::CreateStripeCustomerService do
'plan_name' => 'Hacker',
'subscribed_quantity' => 2
)
expect(service).to have_received(:enable_plan_specific_features).with('Startup')
expect(service).to have_received(:enable_plan_specific_features).with('Hacker')
end
it 'does not create new customer when customer already exists with V2' do