mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
* Save work * Subscriptions and trials domain * Store family ID on customer * Remove indirection of stripe calls * Test simplifications * Update brakeman * Fix stripe tests in CI * Update billing page to show subscription details * Remove legacy columns * Complete billing settings page * Fix hardcoded plan name * Handle subscriptions for self hosting mode * Lint fixes
48 lines
No EOL
1.2 KiB
YAML
48 lines
No EOL
1.2 KiB
YAML
empty:
|
|
family: empty
|
|
first_name: User
|
|
last_name: One
|
|
email: user1@email.com
|
|
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
|
onboarded_at: <%= 3.days.ago %>
|
|
role: admin
|
|
ai_enabled: true
|
|
|
|
maybe_support_staff:
|
|
family: empty
|
|
first_name: Support
|
|
last_name: Admin
|
|
email: support@maybefinance.com
|
|
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
|
role: super_admin
|
|
onboarded_at: <%= 3.days.ago %>
|
|
ai_enabled: true
|
|
|
|
family_admin:
|
|
family: dylan_family
|
|
first_name: Bob
|
|
last_name: Dylan
|
|
email: bob@bobdylan.com
|
|
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
|
role: admin
|
|
onboarded_at: <%= 3.days.ago %>
|
|
ai_enabled: true
|
|
|
|
family_member:
|
|
family: dylan_family
|
|
first_name: Jakob
|
|
last_name: Dylan
|
|
email: jakobdylan@yahoo.com
|
|
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
|
onboarded_at: <%= 3.days.ago %>
|
|
ai_enabled: true
|
|
|
|
new_email:
|
|
family: empty
|
|
first_name: Test
|
|
last_name: User
|
|
email: user@example.com
|
|
unconfirmed_email: new@example.com
|
|
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
|
onboarded_at: <%= Time.current %>
|
|
ai_enabled: true |