Hi all!
I need to uninstall the PayPal Solidus extension.
Can I remove it from the `Gemfile`and run
bundle
? Or do I need to do something else?
Thanks in advance.
k
kennyadsl
02/27/2023, 9:58 AM
Hey Jules, that should be enough. I still suggest not to remove it from your Gemfile if you have past payments done with that extension. Otherwise you’ll lose the opportunity to make changes to them (capture, refund, etc).
b
BFX462heo
02/27/2023, 10:04 AM
Thanks @kennyadsl.
I've not past payments.
I'm asking this because the PayPal extension installation generates some migrations files and I don't know if this migrations will be removed by only change the
Gemfile
.
k
kennyadsl
02/27/2023, 10:05 AM
migrations are not removed. If you already run those migrations you need to revert them before removal.