A simple implementation of the "TM Bank" by Mollie, but without the portforward stuff to test your iDeal transactions localy
# Within your terminal execute the following commands: # Install the gem gem install ideal-mollie # run the mollie-bank mollie-bank
By default all communication for iDeal transactions is through https://secure.mollie.nl/xml/ideal
. To use the "Mollie Bank" gem, you have to change this path into http://localhost:4567/xml/ideal
.
Of course you only want to use this in development mode, so you have to create some code to change this path only when it isn't in production mode.
Check the Wiki: Implement into existing modules page for implementation of existing frameworks/modules.