I have a magento 2.4.5-p1 installed. I am trying to install a custom payment module, but I don’t see it in checkout. (I updated the namespaces to make it work in admin). I went through StackOverflow and tried to google but was not successful in solving the issue. I am a newbie in Magento and this is my first module. I tried to run all setup:upgrade
, setup:di:compile
, cache:clean
, cache:flush
and setup:static-content:deploy
but I am not able to make my module appear. I even can’t see any error message in the logs. How can I debug why my module is not showing? Any idea what the problem might be?
Thanks in advance