bnpl-kz/factoring004-magento

Factoring004 plugin for magento 2

0.3.0 2023-01-20 09:46 UTC

This package is auto-updated.

Last update: 2025-06-22 15:42:57 UTC


README

Requirements

  • PHP >=7.3
  • Magento >=2.4

Installation

Via composer

composer require bnpl-kz/factoring004-magento

Done!

Manual

Create module directory into <magento-root>/app/code/BnplPartners/ folder

mkdir -p <magento-root>/app/code/BnplPartners/

Download a zip archive of the repository and unpack it

unzip factoring004-magento-main.zip

Move extracted files to <magento-root>/app/code/BnplPartners/Factoring004Magento folder

mv factoring004-magento-main <magento-root>/app/code/BnplPartners/Factoring004Magento

Install plugin dependencies

composer require bnpl-partners/factoring004

Done!

Plugin registration

Skip this step if you are using the latest version of magento or module was automatically registered.

Go to <magento-root> and run commands below

Enable the module

php bin/magento module:enable BnplPartners_Factoring004Magento

Register the Magento module

php bin/magento setup:upgrade

Compile classes used in dependency injections

php bin/magento setup:di:compile

Deploy static view files

php bin/magento setup:static-content:deploy

Clean the cache

php bin/magento cache:clean

Plugin configuration

Go to Admin > Stores >Configuration

Menu!

And keep going to Sales > Payment Methods

Sales menu!

Then configure payment method Factoring 0-0-4

Sales menu!