-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/membership final refactor #287
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
base: dev
Are you sure you want to change the base?
Conversation
…ked addOrUpdateMembership as legacy
…m/map-of-pi/map-of-pi-backend-react into feature/membership-final-refactor
…s for better modularity and control
…roller.ts for better modularity and control
…m/map-of-pi/map-of-pi-backend-react into feature/membership-final-refactor
…esets, and validation
…ship logic via metadata
…for full Pi U2A flow
…andling in createPayment
…g in createPayment
…m/map-of-pi/map-of-pi-backend-react into feature/membership-final-refactor
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @DarinHajou - I noticed that package-lock.json was committed in the PR, but package.json wasn't modified.
Just checking—was committing the lock file intentional on your end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @swoocn. Sry for the late reply, but - no that wasn't intentional on my part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 😎👍
The backend membership system is now complete and aligned with Haycoder’s online shopping architecture.
All endpoints, transaction flows, and edge cases (upgrade, downgrade, renewal, expiration) have been implemented and successfully tested locally.