Howdy folks! I'm trying to understand this note in...
# support
t
Howdy folks! I'm trying to understand this note in the solidus_stripe extension: https://github.com/solidusio/solidus_stripe#upgrading-from-v4 We currently use
solidus_stripe 4.4.0
, and we use it mostly to configure payment methods - so we're using the
Spree::PaymentMethod::StripeCreditCard
from the gem. (We don't use any of the webhooks directly or the frontend integration in our particular setup). Is there any good guidance on how to update the gem from v4 to v5?