danielvlopes / moip_usage

small sample app for test MOIP api

This URL has Read+Write access

danielvlopes (author)
Thu Nov 05 06:15:37 -0800 2009
commit  5c71c8c68fdb177667981fe038b86a69cbce5ed1
tree    cfccfc2ed0f80e0b2262f8d58be4af62a276f533
parent  ec051baf02189921ca6a8a4156f508d26785233b
name age message
file .gitignore Thu Nov 05 06:15:37 -0800 2009 change gitignore [danielvlopes]
file README.textile Mon Nov 02 09:54:12 -0800 2009 fix readme [danielvlopes]
file Rakefile Tue Oct 06 20:38:39 -0700 2009 change some things inside moip.rb class to impr... [danielvlopes]
directory app/ Loading commit data...
directory config/
directory db/ Mon Nov 02 09:51:43 -0800 2009 add specs and made a little refactoring in moip... [danielvlopes]
directory lib/
directory public/ Tue Oct 06 20:38:39 -0700 2009 change some things inside moip.rb class to impr... [danielvlopes]
directory script/ Mon Nov 02 09:51:43 -0800 2009 add specs and made a little refactoring in moip... [danielvlopes]
directory spec/
directory test/ Tue Oct 06 20:38:39 -0700 2009 change some things inside moip.rb class to impr... [danielvlopes]
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.