kowal/module-adminpayment

admin payment

1.0.2 2024-03-22 02:21 UTC

This package is not auto-updated.

Last update: 2024-05-04 00:20:43 UTC


README

``kowal/module-adminpayment``

Main Functionalities

admin payment

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Kowal
  • Enable the module by running php bin/magento module:enable Kowal_AdminPayment
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require kowal/module-adminpayment
  • enable the module by running php bin/magento module:enable Kowal_AdminPayment
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • AdminPayment - payment/adminpayment/*

Specifications

  • Observer

    • payment_method_is_active > Kowal\AdminPayment\Observer\Payment\MethodIsActive
  • Payment Method

    • AdminPayment

Attributes