danielvlopes / moip_usage
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ec051ba
commit ec051baf02189921ca6a8a4156f508d26785233b
tree 52be3766430ea6f4e8318fdc5db2dd24307d1e6f
parent 15605936640724662fcda7b18dd95468f2cbe672
tree 52be3766430ea6f4e8318fdc5db2dd24307d1e6f
parent 15605936640724662fcda7b18dd95468f2cbe672
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
test/ |
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.

