danielvlopes / moip_usage
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
5c71c8c
commit 5c71c8c68fdb177667981fe038b86a69cbce5ed1
tree cfccfc2ed0f80e0b2262f8d58be4af62a276f533
parent ec051baf02189921ca6a8a4156f508d26785233b
tree cfccfc2ed0f80e0b2262f8d58be4af62a276f533
parent ec051baf02189921ca6a8a4156f508d26785233b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 05 06:15:37 -0800 2009 | |
| |
README.textile | Mon Nov 02 09:54:12 -0800 2009 | |
| |
Rakefile | Tue Oct 06 20:38:39 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Mon Nov 02 09:51:43 -0800 2009 | |
| |
lib/ | ||
| |
public/ | Tue Oct 06 20:38:39 -0700 2009 | |
| |
script/ | Mon Nov 02 09:51:43 -0800 2009 | |
| |
spec/ | ||
| |
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.

