timeleisure/m2-internalpayment

Internal payment method for admin orders

1.0.0 2021-07-21 10:00 UTC

This package is auto-updated.

Last update: 2024-06-21 16:16:17 UTC


README

Internal Payment Method Extension (Magento CE 2.3+)

Enable internal payments from the Magento 2 backend when creating backend sales.

Installation

Install using composer:

  1. Navigate to the root folder of your Magento 2 installation

  2. Run the following command:

    composer require timeleisure/m2-internalpayment
  3. Run the commands below to enable the extension:

    php bin/magento module:enable Timeleisure_Internalpayment --clear-static-content
    php bin/magento setup:upgrade

Compatibility