Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Switch order of PaymentEvent & StockEvent
The PaymentEvent has to be placed before the StockEvent because the order can fail in the PaymentEvent so the StockEvent has to be placed after the PaymentEvent. In case a PaymentProvider uses forwarding the PaymentEvent and FinishEvent has to be triggered within the EventListener of the PaymentEvent. This is already described in the docs. Fixes: #571
- Loading branch information