Enable internal payments from the Magento 2 backend when creating backend sales.
Install using composer:
-
Navigate to the root folder of your Magento 2 installation
-
Run the following command:
composer require timeleisure/m2-internalpayment
-
Run the commands below to enable the extension:
php bin/magento module:enable Timeleisure_Internalpayment --clear-static-content php bin/magento setup:upgrade