After installing v230504 it appears the Next Payment Time (NPT) for a Stripe recurring subscription is not being updated.
My short code is: [s2Eot date_format=“M jS, Y, g:i a T” timezone=“America/New_York” mode=“next” /]
For testing purposes, I create a 1-day recurring subscription. When the recurring subscription is initially setup the NPT is correct, 1-day in the future. But upon the automatic renewal of the Stripe subscription the NPT does not change. It remains the same, 1-day after the initial subscription was created. The subscription does renew, and Stripe collects payment for each renewal. The information on the Stripe dashboard is also correct. The Stripe dashboard correctly identifies the next payment date upon each renewal.
Is this a bug introduced in v230504?