-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(firestore-stripe-payments): allow to be specify trial period days (
#605) * feat(firestore-stripe-payments): remove trial_from_plan, add trial_period_days
- Loading branch information
1 parent
973cf93
commit 0a13193
Showing
7 changed files
with
189 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Setting a trial period from the client side is fundamentally unsecure. How will this handle a user editing the value of trial_period_days to be any length they want before the insert is sent?