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

Latest commit

 

History

History
32 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.7 KB

[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.