https://github.com/allisson/pagseguro_tornado_testserver
Servidor escrito em tornado web server para testar o PagSeguro
https://github.com/allisson/pagseguro_tornado_testserver
Last synced: 9 months ago
JSON representation
Servidor escrito em tornado web server para testar o PagSeguro
- Host: GitHub
- URL: https://github.com/allisson/pagseguro_tornado_testserver
- Owner: allisson
- Created: 2012-12-20T00:08:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T23:50:00.000Z (over 13 years ago)
- Last Synced: 2025-06-29T01:39:31.694Z (12 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pagseguro-tornado-testserver
Servidor de testes do pagseguro escrito em tornado web server.
***
## Rodando o aplicativo
Em primeiro lugar você deve instalar o tornado com o comando:
pip install -r requirements.txt
Após instalado, rode o servidor com o seguinte comando:
sudo python app.py --return_url=sua-url-de-retorno
Lembre-se de mapear a url do pagseguro para o seu endereço de localhost, edite o arquivo /etc/hosts e inclua a seguinte linha:
127.0.0.1 pagseguro.uol.com.br