- Issue created by @jonathanshaw
- Merge request !165#3515600 Order balance is not updated when order placed β (Open) created by jonathanshaw
- πΊπΈUnited States TomTech
Thanks for the report and. the MR, @jonathanshaw!
When the payment is saved, the order is queued for update and this occurs on request destruct, so the total paid and balance do get updated on the same request.
But, as you've observed, they are not yet available when the place transition is invoked after the payment is saved.
While this
Invoking the updateOrder() directly between the payment save and the updateOrder() is appropriate.
- b396d1e2 committed on 2.x
Issue #3515600 by jonathanshaw, tomtech: Order balance is not updated...
- b396d1e2 committed on 2.x
Automatically closed - issue fixed for 2 weeks with no activity.