- Issue created by @ndf
- 🇳🇱Netherlands ndf Amsterdam
This is more difficult than I expected.
I copied the gitlab-ci template from https://www.drupal.org/project/commerce_paypal →Apart from codestyle issue, the functional test now all fail.
- Status changed to Needs work
18 days ago 11:38am 22 April 2025 - First commit to issue fork.
- 🇳🇱Netherlands idebr
In the merge request, the module claims it is compatible with Drupal Commerce 3. This means the changes from 📌 Commerce 3.0 campatibility Active are required for compatibility.
In addition the MollieApiMock determines the payment status from the paid amount using incorrect comparisons, eg. 29.99 === 29.9900000. I updated MollieApiMock to compare Prices instead.
The functional tests are now green.