Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

wp-pay-gateways/mollie-ideal

Repository files navigation

[DEPRECATED] WordPress Pay Gateway: Mollie iDEAL

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.