Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@web3-storage/website): add /account/payment page in website #1744

Merged
merged 4 commits into from
Aug 16, 2022

Conversation

gobengo
Copy link
Contributor

@gobengo gobengo commented Aug 15, 2022

Motivation:

  • Create /account/payment page #1698
  • establish /account/payment page
  • add test ensuring that anons accessing /account/payment are redirected to /login/ - good thing to monitor for regressions, at least until we have better tests

Note

closes #1698

@github-actions
Copy link
Contributor

github-actions bot commented Aug 15, 2022

@@ -19,6 +19,8 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 9, // Allows for the parsing of modern ECMAScript features
project: './tsconfig.json',
tsconfigRootDir: __dirname,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helps with eslint-vscode weirdness that can be flakey. typescript-eslint/typescript-eslint#1681 (comment)

@gobengo gobengo requested a review from cmunns August 15, 2022 22:39
@gobengo gobengo marked this pull request as ready for review August 15, 2022 22:39
@gobengo gobengo self-assigned this Aug 15, 2022
@gobengo gobengo merged commit 5410378 into main Aug 16, 2022
@gobengo gobengo deleted the 1660585974-pricing-0 branch August 16, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create /account/payment page
2 participants