public
Description: small sample app for test MOIP api
Homepage:
Clone URL: git://github.com/danielvlopes/moip_usage.git
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/ Thu Nov 05 19:54:03 -0800 2009 add return notification and add more specs [danielvlopes]
directory config/ Thu Nov 05 19:54:03 -0800 2009 add return notification and add more specs [danielvlopes]
directory db/ Mon Nov 02 09:51:43 -0800 2009 add specs and made a little refactoring in moip... [danielvlopes]
directory lib/ Sat Nov 07 10:32:09 -0800 2009 add notification [danielvlopes]
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/ Sat Nov 07 10:32:09 -0800 2009 add notification [danielvlopes]
directory test/ Tue Oct 06 20:38:39 -0700 2009 change some things inside moip.rb class to impr... [danielvlopes]
directory vendor/ Thu Nov 05 19:54:03 -0800 2009 add return notification and add more specs [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.