CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | A magento module for moneris payment gateway |
Homepage: | https://github.com/ph/magento-moneris/tree/master |
Clone URL: |
git://github.com/ph/magento-moneris.git
Give this clone URL to anyone.
git clone git://github.com/ph/magento-moneris.git
|
Search Repo: |

name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Sep 07 18:12:08 -0700 2008 | added .gitignore and remove .DS_Store [Pier-Hugues Pellerin] |
![]() |
MIT-LICENSE | Sun Sep 07 17:15:37 -0700 2008 | initial version [Pier-Hugues Pellerin] |
![]() |
Model/ | Mon Sep 08 08:11:35 -0700 2008 | changed toine domain [Pier-Hugues Pellerin] |
![]() |
README.markdown | Mon Sep 08 08:11:35 -0700 2008 | changed toine domain [Pier-Hugues Pellerin] |
![]() |
etc/ | Sun Sep 07 17:15:37 -0700 2008 | initial version [Pier-Hugues Pellerin] |
![]() |
sql/ | Sun Sep 07 17:48:05 -0700 2008 | added dummy file for sql [Pier-Hugues Pellerin] |
INSTALLATION
- Copy files to {YOUR INSTALLATION}/app/code/local/Mage/Moneris
- Copy etc/MageMoneris.xml to {YOUR INSTALLATION}/etc/module/Magemoneris.xml
- Download Moneris PHP5 lib and install it to {YOUR INSTALLATION}/lib/moneris
- Set your store id and you api key in the payment module screen in the magento admin
Note by default moneris use their sandbox for the hostname, you need to change them to the appropriate host when pushing them in production, look at their documentation for the right endpoint.
TODO:
- Implement void
- move some public method to protected
- add tests/spec for it
- add more documentation?
feel free to send me patches or fork the project.
Pier-Hugues Pellerin ph - at - heykimo.com
Thanks to Antoine Girard - antoinegirard.com if you need magento integration contact him.
.
Copyright (c) 2008 Pier-Hugues Pellerin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.