- Issue created by @Anybody
- First commit to issue fork.
- 🇩🇪Germany Grevil
Something along these lines should suffice. I am unsure, whether "commerce_order.order.paid" is the correct event to use. But I couldn't find a better.
- 🇩🇪Germany Anybody Porta Westfalica
Thanks @grevil. I'm not sure if we should track the point in time, when the order was paid in full as an additional base field or instead should calculate it based on the tracked payments (IF
$order->isPaid()
is true).Let's wait for maintainers feedback on how they'd say it's best.
Which way ever we go, we need to ensure that the information is always consistent, for example if a payment was refunded afterwards.