Skip to content

ecompleteClem/magento2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Codacy Badge Maintainability Latest Stable Version Total Downloads

Magento2/Mundipagg Integration module

This is the official Magento2 module for Mundipagg integration

Documentation

Refer to module documentation

Plugin in Magento Marketplace

Coming soon 🚧

Installation

This module is now available through Packagist! You don't need to specify the repository anymore.

https://packagist.org/packages/mundipagg/mundipagg-magento2-module

Add the following lines into your composer.json

{
	"require": {
		"mundipagg/mundipagg-magento2-module":"^1.2"
	}
}

or simply digit

composer require mundipagg/mundipagg-magento2-module

Then type the following commands from your Magento root:

composer update
./bin/magento setup:upgrade
./bin/magento setup:di:compile

Migrating to 2.x.x-beta

Steps

If you have an old module's version composer remove mundipagg/mundipagg-magento2-module

As a precaution, clear the composer cache: composer clearcache

Install the beta version: composer require 'mundipagg/mundipagg-magento2-module:2.*@beta' -vvv

Then run the following commands from your Magento root:

./bin/magento setup:upgrade
./bin/magento setup:di:compile

For the future versions, just run composer update composer update

Requirements

  • PHP >= 5.6
  • Magento >= 2.1

Configuration

After installation has completed go to Stores > Settings > Configuration > Sales > Payment Methods > Other Payment Methods > MundiPagg Payments.

To learn more about how detailed configure the module, see our wiki

Business/Technical Support

Please, send a e-mail to [email protected]

How can I contribute?

Please, refer to CONTRIBUTING

Found something strange or need a new feature?

Open a new Issue following our issue template ISSUE-TEMPLATE

Changelog

See in releases

About

✌️ MundiPagg Magento2 Module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.9%
  • JavaScript 17.5%
  • HTML 12.6%