[MKT-842]:feat/add default fallback for non special plans#1950
Open
jaaaaavier wants to merge 2 commits intomasterfrom
Open
[MKT-842]:feat/add default fallback for non special plans#1950jaaaaavier wants to merge 2 commits intomasterfrom
jaaaaavier wants to merge 2 commits intomasterfrom
Conversation
Deploying drive-web with
|
| Latest commit: |
5f1624d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0d6a65d1.drive-web.pages.dev |
| Branch Preview URL: | https://feat-add-fallback-for-simple.drive-web.pages.dev |
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
In this PR, we resolved an issue related to the plans we offer that aren’t displayed on the website and are used for other purposes. The point is that these plans have their own IDs and could appear at checkout, so they must be accounted for. Previously, we assumed that if a plan wasn’t one of the three we have on website, it would be the free plan and we used the 1GB path, this is no longer the case. To address this:
Related Issues
Related Pull Requests
Checklist
Testing Process
We have verified that the standard plans continue to display as expected and that these special plans are now being displayed. Examples:
Additional Notes