-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd7e7f1
commit 21d64be
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
PagueVeloz | ||
========== | ||
|
||
Módulo Magento de meio de pagamento com o Pague Veloz, preparado para gerar e reconhecer boletos pagos. (Magento CE 1.7.x+) | ||
|
||
## Instalação | ||
### Instalar usando o [composer](https://getcomposer.org/): | ||
|
||
1. Entre na pasta raíz da sua instalação | ||
2. Digite o seguinte comando: | ||
```bash | ||
composer require trezo/pagueveloz | ||
``` | ||
|
||
3. Efetue a limpeza de caches do Magento. | ||
|
||
```bash | ||
$ rm -rf var/cache/* | ||
``` | ||
### ou baixar e instalar manualmente: | ||
|
||
|
||
* Baixe a ultima versão [aqui](https://codeload.github.com/mageup/PagueVeloz/zip/master) | ||
* Descompacte o arquivo baixado e e cole seu conteúdo na raíz de sua loja Magento. | ||
* Efetue a limpeza de caches. |