bnpl-kz/factoring004-magento

Factoring004 plugin for magento 2

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:magento2-module

pkg:composer/bnpl-kz/factoring004-magento

0.3.0 2023-01-20 09:46 UTC

This package is auto-updated.

Last update: 2025-09-22 16:22:07 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!