You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: