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
Describe the bug
After adding payment to order on Admin UI, i see 2 identical history records
Also i tried to debug this issue and found that onTransitionEnd (order-process) was fired twice
To Reproduce
Steps to reproduce the behavior:
Prepare order
Add payment
Expected behavior
i think, onTransitionEnd must fire once
Environment (please complete the following information):
@vendure/core version: 2.0.0-beta.2
Nodejs version: 16.20.0
Database (mysql/postgres etc): mysql
Additional context
The text was updated successfully, but these errors were encountered:
i found possible reason, we have transitionToState to "PaymentSettled" state in default payment process, but at the same moment Admin UI send request TransitionOrderToState with 'PaymentSettled' state
Describe the bug
After adding payment to order on Admin UI, i see 2 identical history records
Also i tried to debug this issue and found that onTransitionEnd (order-process) was fired twice
To Reproduce
Steps to reproduce the behavior:
Expected behavior
i think, onTransitionEnd must fire once
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: