In my root folder, there is a folder named vendor_patches. Inside that, there are some patch files for the Paypal module. But the requirement is like after applying those patches, I need to revert that patches. I have also checked the patch_list table. But no entries were created.
2 Answers
I found out that we can revert those patches by removing the vendor folder and reinstalling through the composer update command
Thankfully it’s not that difficult. The easiest way is to follow the steps you used to originally apply the patch, but this time using ‘ -R’ at the end of the command.
sh patch-file-name.sh -R