wp-pay-gateways/mollie-ideal

This package is abandoned and no longer maintained. No replacement package was suggested.

[DEPRECATED] Mollie iDEAL driver for the WordPress payment processing library.

2.1.0 2020-03-19 09:52 UTC

This package is auto-updated.

Last update: 2021-10-02 11:23:47 UTC


README

Mollie iDEAL driver for the WordPress payment processing library.

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Built with Grunt

Documentation

Development environment

If you want to test Mollie iDEAL on a development environment wich is not accessible for Mollie you might get the following error:

-3 A fetch was issued without (proper) specification of 'reporturl'

To fix this issue you can override the Mollie 'reporturl' parameter by the following configuration constant:

define( 'MOLLIE_IDEAL_REPORT_URL', 'http://www.example.com/' );

You can put this in your WordPress configuration file and you should be good to go.