A payment module built to connect to the mockpay api. Its a proof of concept for how to create a simple magento payment module.
This code is described in a series of posts on my blog:
- http://blog.derakkilgo.com/?p=421
- http://blog.derakkilgo.com/?p=421
- http://blog.derakkilgo.com/?p=430
- Copy the "My" folder into your
magento/app/code/local
folder (createlocal
if it doesn't exist) - Copy the
magento/app/local/My/Mockpay/My_Mockpay.xml
into themagento/app/etc/modules/
folder.