danielvlopes / moip_usage
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
22862e8
commit 22862e80ab30edf1f548471e21f78eb0d139b5b0
tree 3604818318ea048e5603dff95ed4b3b8a2fe4c70
parent d149d577beb18715088e6f1869f030ad662869d9
tree 3604818318ea048e5603dff95ed4b3b8a2fe4c70
parent d149d577beb18715088e6f1869f030ad662869d9
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 06 20:38:39 -0700 2009 | |
| |
README.textile | Tue Oct 06 20:38:39 -0700 2009 | |
| |
Rakefile | Tue Oct 06 20:38:39 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
public/ | Tue Oct 06 20:38:39 -0700 2009 | |
| |
script/ | ||
| |
test/ | Tue Oct 06 20:38:39 -0700 2009 |
README.textile
MOIP USAGE
Simple app for test the usage of MOIP (Paypal like gateway) service through his REST API.
Running
To test this app you need signup in MOIP website and ask for a sandbox account. After that rename sample.gateway.yml to gateway.yml and add you token and key.
Run the server and go to /charge url, it should redirect you to MOIP to proceed with payment.
Dependencies
Just for test
This project is just for tests with MOIP API and see what is possible, feel free to change, extend and fork it (please).
Thanks.

