timeleisure / m2-internalpayment
Internal payment method for admin orders
Package info
github.com/timeleisure/m2-internalpayment
Type:magento2-module
pkg:composer/timeleisure/m2-internalpayment
1.0.0
2021-07-21 10:00 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2026-03-21 19:59:13 UTC
README
Enable internal payments from the Magento 2 backend when creating backend sales.
Installation
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