OfflinePayments Module
Banktransfer
This class implements the Bank Transfer offline payment method in Magento 2. Developers would use this class when they need to enable or customize the...
Cashondelivery
This class implements the Cash on Delivery payment method for Magento 2. Developers would use this class as a reference when creating custom offline p...
Checkmo
This class implements the Check/Money Order payment method for Magento 2. Developers use this model to enable offline payment processing where custome...
CheckmoConfigProvider
This class provides frontend configuration data for the Check/Money Order payment method in Magento 2. It supplies the checkout page with necessary in...
InstructionsConfigProvider
This class provides configuration data for offline payment methods (Bank Transfer and Cash on Delivery) to the frontend checkout. It retrieves payment...
Purchaseorder
This class implements the Purchase Order payment method for Magento 2, allowing customers to pay using a PO number instead of immediate payment. Devel...