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

Implement Payment System #24

Open
limwa opened this issue Nov 11, 2024 · 1 comment
Open

Implement Payment System #24

limwa opened this issue Nov 11, 2024 · 1 comment
Assignees

Comments

@limwa
Copy link
Member

limwa commented Nov 11, 2024

No description provided.

@jose-carlos-sousa
Copy link

jose-carlos-sousa commented Nov 24, 2024

The approach I am currently trying to follow is this :

  • Create Order model
  • Order is related to product and participant
  • I believe product alone is enough for everything needed an enrollment can be a product for instance early bird pass
  • You can create payment (post to /payment/mbway) or check state ( get to /mbway/status)
  • For the status given the available endpoints I think I am literally just going to on create set state to pending then when check state function called if state in db is completed then just return that else make request to api to get the current state

@limwa limwa mentioned this issue Dec 9, 2024
4 tasks
@limwa limwa transferred this issue from NIAEFEUP/enei-website Dec 31, 2024
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

No branches or pull requests

2 participants