This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-19 13:19:39 +02:00
Code
Issues
Releases
Activity
Actions
1
8539ac7dec
Maybe
/
app
/
controllers
/
settings
/
billings_controller.rb
6 lines
102 B
Ruby
Raw
Normal View
History
Unescape
Escape
Billing (#1269) * Change env SELF_HOSTING_ENABLED to SELF_HOSTED * Initial Stripe implementation * Fix portal link * Use webhook signatures * Migrated to new Stripe gem conventions Also updated resource routing * Added faraday-multipart gem to resolve middleware notice * Merge fix * Merge fix * Temporary upgrade prompt for early access * Lint fix * i18n fixes * Remove catch-all rescue * Update .env.example
2024-10-08 14:37:47 -05:00
class
Settings
::
BillingsController
<
SettingsController
User Onboarding + Bug Fixes (#1352) * Bump min supported date to 20 years * Add basic onboarding * User onboarding * Complete onboarding flow * Cleanup, add user profile update test
2024-10-23 11:20:55 -04:00
def
show
@user
=
Current
.
user
end
Billing (#1269) * Change env SELF_HOSTING_ENABLED to SELF_HOSTED * Initial Stripe implementation * Fix portal link * Use webhook signatures * Migrated to new Stripe gem conventions Also updated resource routing * Added faraday-multipart gem to resolve middleware notice * Merge fix * Merge fix * Temporary upgrade prompt for early access * Lint fix * i18n fixes * Remove catch-all rescue * Update .env.example
2024-10-08 14:37:47 -05:00
end
Copy permalink