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

Initiate refund when order is deleted #4943

Closed
dr0pdb opened this issue Jun 20, 2018 · 4 comments
Closed

Initiate refund when order is deleted #4943

dr0pdb opened this issue Jun 20, 2018 · 4 comments

Comments

@dr0pdb
Copy link
Contributor

dr0pdb commented Jun 20, 2018

Is your feature request related to a problem? Please describe.

When an accepted order is deleted, refund should be initiated.

Additional context

Parent issue: #4852

@schedutron
Copy link
Member

The refund should be requested only before the event start date to be valid, right?

@dr0pdb
Copy link
Contributor Author

dr0pdb commented Jun 20, 2018

Yeah, there are a lot of things to consider before this. We have to check the legacy code too in order to see how it is implemented. It will be handled after I am done with the other issues.

@niranjan94
Copy link
Member

Legacy code did not implement this. So, this will be a new feature.

But a rough requirement is

  • Organizer should have two options for orders
    • Cancel & refund (and ability to specify cancellation charge)
    • Cancel without refund
  • Organizer should be able to turn on/off ticket cancellation functionality. There should also be an option for the organizer to specify the following
    • Until which date should cancellation be available
    • Should the cancellation be instantly processed and refund sent or should it wait for the organizer's approval. (And all the necessary API for that).
    • Cancellation charges (percentage & conditions depending on date)

@kushthedude
Copy link
Member

kushthedude commented Jun 18, 2019

Closing it in favour of #6065 , Will open new issue with necessary details regarding Refund

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants