Add enterprise plan in cloud onboarding (#11100)
Adding a way to switch to enterprise plan during onboarding <img width="409" alt="Screenshot 2025-03-21 at 17 03 19" src="https://github.com/user-attachments/assets/7a8c9ebd-3d77-4875-a141-c30fa5119eff" />
This commit is contained in:
@ -85,7 +85,7 @@ export class BillingPlanService {
|
||||
|
||||
if (!baseProduct) {
|
||||
throw new BillingException(
|
||||
'Base product not found, did you run the billing:sync-products command?',
|
||||
'Base product not found, did you run the billing:sync-plans-data command?',
|
||||
BillingExceptionCode.BILLING_PRODUCT_NOT_FOUND,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user