Hello,
We have noticed that subscription.updated event is not triggered when a new invoice is created for that.
When a new invoice is created it will be added on invoice_ids list on subscription data, however, it is not triggering subscription.updated event in this case.
I believe as we are adding a new information on subscription it should trigger subscription.updated event.
Another issue is that subscription version is not incremented, so I receive a subscription.created with no invoice_ids with version 1 and if I retrieve the same subscription (after the invoice creation), it returns the newly created invoice on the invoice_ids however version remains 1. (even though we had an update on the subscription)
Could you please trigger a subscription.updated event whenever a new invoice is created for that?
Best Regards