Improve public pages
This commit is contained in:
@@ -29,6 +29,7 @@ export interface UserRegistration {
|
||||
subscription_plan?: string | null; // Default: "starter", options: starter, professional, enterprise
|
||||
use_trial?: boolean | null; // Default: false - Whether to use trial period
|
||||
payment_method_id?: string | null; // Stripe payment method ID
|
||||
coupon_code?: string | null; // Promotional coupon code for discounts/trial extensions
|
||||
// GDPR Consent fields
|
||||
terms_accepted?: boolean; // Default: true - Accept terms of service
|
||||
privacy_accepted?: boolean; // Default: true - Accept privacy policy
|
||||
|
||||
Reference in New Issue
Block a user