Subscription / Payments module, giving error Unknown Column 'payment_plan' in 'field list'

I have created a subscription, sales order and payment request to customer. Customer receives a link for stripe_checkout. The /stripe_checkout link gives the below error when the customer tries to click the link to make the payment

pymysql.err.OperationalError: (1054, “Unknown column ‘payment_plan’ in ‘field list’”)

I have tried from current site, fresh completely new site version 14… Anyone knows what could be wrong?

1 Like