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
Problematic behavior
Currently, an order in pending state can transition to pending_payment once we try to update its state.
Expected behavior/code
An order should be able to transition from pending to pending_payment only if the first installment has been paid and all other installments are not refused.
Steps to Reproduce
Create an order with a state to pending
Call order.flow.update()
The order state has been updated to pending_payment
Environment
Joanie version: dev
The text was updated successfully, but these errors were encountered:
Bug Report
Problematic behavior
Currently, an order in pending state can transition to
pending_payment
once we try to update its state.Expected behavior/code
An order should be able to transition from
pending
topending_payment
only if the first installment has been paid and all other installments are not refused.Steps to Reproduce
pending
order.flow.update()
pending_payment
Environment
The text was updated successfully, but these errors were encountered: