Hi team,
it seems like stripe checkout does not work for recurring subscriptions. When testing, stripe is only receiving one transaction. Even after a plan is expired and the next payment is due.
Steps to reproduce:
1. Create a subscription plan with a monthly or daily amount
2. As a user, sign up for this plan using stripe popup checkout
3. Check the transactions in stripe and as a user
Actual result:
only one transaction is performed.
Expected result:
Transactions are performed according to the set schedule of the subscription.
it seems like stripe checkout does not work for recurring subscriptions. When testing, stripe is only receiving one transaction. Even after a plan is expired and the next payment is due.
Steps to reproduce:
1. Create a subscription plan with a monthly or daily amount
2. As a user, sign up for this plan using stripe popup checkout
3. Check the transactions in stripe and as a user
Actual result:
only one transaction is performed.
Expected result:
Transactions are performed according to the set schedule of the subscription.