timeleisure/m2-internalpayment

Internal payment method for admin orders

Installs: 96

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/timeleisure/m2-internalpayment

1.0.0 2021-07-21 10:00 UTC

This package is auto-updated.

Last update: 2025-12-21 19:20:44 UTC


README

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