Hi all! I need to uninstall the PayPal Solidus ext...
# support
b
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
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
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
migrations are not removed. If you already run those migrations you need to revert them before removal.
after you rolled them back, you can delete the files
b
Ok. I will read the guide. Thanks.