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

Add Refund Event for Refund Creation #2830

Open
vjung28 opened this issue May 3, 2024 · 0 comments
Open

Add Refund Event for Refund Creation #2830

vjung28 opened this issue May 3, 2024 · 0 comments

Comments

@vjung28
Copy link

vjung28 commented May 3, 2024

Is your feature request related to a problem? Please describe.
Right now we have a RefundStateTransitionEvent which only gets published when the State of a Refund gets transitioned (As the name suggests).
In our case we need to react on a Refund when it gets created, so in state pending.
As the state was transitioned, we can't listen to an event for that case.

Describe the solution you'd like
Having a RefundEvent with the type "created" would be great.

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

1 participant