Adding additional payment doesn't transition order to PaymentSettled
#3235
Labels
P2: important
Critical issue which does not affect majority of users
type: bug 🐛
Something isn't working
Describe the bug
When adding payment to an order that is in
ArrangingAdditionalPayment
, the order doesn't transition toPaymentSettled
, but stays inArrangingAdditionalPayment
.To Reproduce
Steps to reproduce the behavior:
Copyable E2e script can be found below
orderService.addPaymentToOrder()
. (Normally this is done via a customization, but for the sake of testing).ArrangingAdditionalPayment
instead of transitioning toPaymentSettled
Expected behavior
I would expect the order to transition to
PaymentSettled
Environment (please complete the following information):
Additional context
Show E2E script
The text was updated successfully, but these errors were encountered: