- ๐ณ๐ฑ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.
- First commit to issue fork.