When attempting to cancel an order from the front-end, I get a Call to undefined method craft\commerce\stripe\responses\SubscriptionResponse::isScheduledForCancelation() error. The cancelation goes through on Stripe but it not reflected as canceled in Commerce.
Steps to reproduce
Subscribe to a plan
Attempt to cancel immediately.
Commerce show subscription as active while Stripe shows as cancelled.
Description
When attempting to cancel an order from the front-end, I get a
Call to undefined method craft\commerce\stripe\responses\SubscriptionResponse::isScheduledForCancelation()
error. The cancelation goes through on Stripe but it not reflected as canceled in Commerce.Steps to reproduce
Additional info