Skip to content

DavaGordon/BOIPA-Payment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOIPA - Magento 2.4

This plugin is provided for BOIPA merchants using Magento 2.x.

GitHub license Version

Installation

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

Type 1: Zip file

  • Unzip the zip file in app/code/BOIPA
  • Enable the module by running php bin/magento module:enable BOIPA_Payment
  • 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 boipa/module-payment
  • enable the module by running php bin/magento module:enable BOIPA_Payment
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Enable (The status of this payment gateway on the frontend of magento).

  • General

    • Title (Displayed on the checkout page under the payment methods section).
    • Merchant ID (You will have received from your account manager).
    • Merchant API Password (You will have received from your account manager).
    • Merchant Brand ID (You will have received from your account manager). Admin > Stores > Settings > Configuration > Sales > Payment Methods
  • Advanced Settings

    • Payment Method (Sale / Authorization)
    • Display Mode (iFrame / Hosted Payment Page / Redirect)
    • Environment (Sandbox / Production)

Support

Got a question? For support email [email protected]

For additonal infromation and instructions please go to our Wiki.

About

BOIPA plugin for Magento 2.x

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.9%
  • JavaScript 10.7%
  • HTML 10.4%