Cielo payment gateway for Magento. p.s. This repository is read-only mode for composer. This module has been developed by Query Commerce.
- Install modman
- Use the command from your Magento installation folder:
modman clone https://github.com/codigo5/query-cielo.git
- Install composer
- Create a composer.json into your project like the following sample:
{
...
"require": {
"codigo5/query-cielo": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/codigo5/query-cielo.git"
}
],
"extra": {
"magento-root-dir": "./"
}
}
- Then from your composer.json folder:
php composer.phar install
orcomposer install
- You can copy the files from the folders of this repository to the same folders of your installation