fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.96k stars 1.89k forks source link

Add Stripe support to ticket form. #9108

Open marcoag opened 9 months ago

marcoag commented 9 months ago

Please note this issue can be taken by multiple participants. It will remain open and accessible to all participants until a successful PR is submitted.

WARNING: This is an issue for the new version v3 of the eventyay backend API, make sure you are working with the dev-v3 branch, and that your PRs target that specific branch.

Depends on #9107.

Add Stripe support to ticket form.

Orders should be saved into it's own model and invoices should be able to be retrieved.

Tickets (items) purchased should be stored on a separate table from the order to allow for granular modifications in the future.

srujan713 commented 8 months ago

I'm want to work on Issue #9107 , integrating Stripe support and implementing order and ticket enhancements on the dev-v3 branch. Ready to adhere to project guidelines and dependencies.

gs7vik commented 8 months ago

@srujan713 do you need any help?

hpdang commented 8 months ago

Please note this issue can be taken by multiple participants. It will remain open and accessible to all participants until a successful PR is submitted.