Improve onboarding

This commit is contained in:
Urtzi Alfaro
2025-12-18 13:26:32 +01:00
parent f76b3f8e6b
commit f10a2b92ea
42 changed files with 2175 additions and 984 deletions

View File

@@ -23,6 +23,7 @@
"plan": "professional",
"status": "active",
"monthly_price": 299.00,
"billing_cycle": "monthly",
"max_users": 10,
"max_locations": 3,
"max_products": 500,
@@ -36,9 +37,13 @@
"api_access": true,
"priority_support": true
},
"trial_ends_at": "2025-02-15T06:00:00Z",
"next_billing_date": "2025-02-01T06:00:00Z",
"created_at": "2025-01-15T06:00:00Z",
"updated_at": "2025-01-15T06:00:00Z"
"trial_ends_at": "BASE_TS+30d",
"next_billing_date": "BASE_TS+30d",
"stripe_subscription_id": null,
"stripe_customer_id": null,
"cancelled_at": null,
"cancellation_effective_date": null,
"created_at": "BASE_TS-30d",
"updated_at": "BASE_TS-30d"
}
}