new subscription webhook not creating scheduled action #742
Description
Describe the bug
When a new subscription is created the subscription.created webhook is not working.,
In the past there would be a webhook called for all new subscription creations it would create a scheduled action for this webhook.
Since one of the newer updates this is no longer happening consistently.
webhooks I have are in picture below
Ive noticed the subscription.updated will receive the information but for some reason the subscription.created never works consistently.
picture below shows the subscription scheduled actions where it sent information to webhook for subscription.updated
subscription creation date pictured below
Im unsure if this has to do with the strip issue where the payment intents are being created but never receiving the completed payment notification from stripe. This has been happening for over a year but its rare / becoming more common where stripe payment doesn't finish on WooCommerce even though payment was captured thru stripe.
From the looks this is first time a brand new subscription got stuck with just the payment intent from stripe.
Usually its the renewals that all get stuck.
That being said the subscription was still created and should have created the scheduled action for the subscription.created webhook