From 5ca8aec7c37882038b45c0b26c9f508494e5a25d Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Fri, 7 Nov 2025 02:33:49 +0530 Subject: [PATCH] default plan is hacker plan for customer creation --- .../enterprise/billing/create_stripe_customer_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb b/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb index 802d56392..7b3a5c300 100644 --- a/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb +++ b/spec/enterprise/services/enterprise/billing/create_stripe_customer_service_spec.rb @@ -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