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

Remove checkoutSessionId from project #282

Merged

Conversation

shemzz
Copy link
Contributor

@shemzz shemzz commented Oct 11, 2024

Description

This PR addresses the issue of removing the checkoutSessionId property from the user model as outlined in issue #272. The property was no longer being used and has been completely removed from the project, including its references in the schema.prisma file.

Fixes #272

Contributor Checklist

  • Update e2e tests: No updates made as the removed property was not utilized in the tests.
  • Update demo app: No changes made for the demo app since the property was not in use.
  • Update docs: Documentation has been reviewed and no updates are necessary.

@shemzz shemzz changed the title remove checkoutSessionId from project Remove checkoutSessionId from project Oct 11, 2024
Copy link
Collaborator

@vincanger vincanger left a comment

Choose a reason for hiding this comment

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

looks great! thanks for the contribution 🙏

@vincanger vincanger merged commit e641bea into wasp-lang:main Oct 14, 2024
1 check failed
@shemzz shemzz deleted the remove-checkoutSessionId-from-user-model branch October 14, 2024 21:00
@shemzz shemzz restored the remove-checkoutSessionId-from-user-model branch October 14, 2024 21:00
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.

remove checkoutSessionId from user model
2 participants