Trying to create a simple offline payment method in Magento 2.3. After Magento 2.2, the abstract class
\Magento\Payment\Model\Method\AbstractMethod
has been deprecated, so I can't use it. Also, I am not connecting to the payment gateway. So, I am not sure whether to create Facade/Adapter for the same. Anyone can please help me on that ?