Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #273 [Payment] fix cancel payment (oallain)
This PR was merged into the 1.5 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.5 | Bug fix? | yes | New feature? | no | Related tickets | replace #249 If the order already has a payment in the "new" status, then the Sylius orderPaymentProcessor must not be processed, otherwise a new payment in the "cart" status will be created, which will cause errors (2 payments in order ...). Before : ![image](https://user-images.githubusercontent.com/6593252/215053880-97319618-b24e-4a10-8281-15b71d494912.png) After : ![image](https://user-images.githubusercontent.com/6593252/215054517-63061d73-37d3-4644-b16c-f57867a7e7d0.png) Commits ------- e068f7c fix cancel payment
- Loading branch information