I get this error message NO SUCH PLAN: MEMBERSHIP_PLAN_1
I'm in sandbox mode using these credit card tests :
https://stripe.com/docs/testing
The problem also occur without sandbox mode.
in datable table ow_base_log
I get this error :
Product ID: MEMBERSHIP_PLAN_1No such plan: MEMBERSHIP_PLAN_1
So I tried this :
In database `ow_base_billing_product`
I Have this record
I changed it to
It's not solving the problem because after the change I get a blank page...
It redirect to mywebsite.com/billing-stripe/handler with error 500.
I rollback this database test change to the initial value without "_1"
Finally,
I also check in this table and the table is empty
i'm not sure it's normal :
`ow_base_billing_gateway_product`
Maybe it is...
Any ideas.