Problem/Motivation
This module defines configuration; however, does not define the configuration schema necessary to validate the configuration.
➜ 🤖 Analyzing…
Legend for Data:
✅❓ → Correct primitive type, detailed validation impossible.
✅✅ → Correct primitive type, passed all validation constraints.
-------------------------------------------------------------------------------------------------------- ---------------- ------------- ----------
Key Status Validatable Data
-------------------------------------------------------------------------------------------------------- ---------------- ------------- ----------
mollie.config No schema
Steps to reproduce
Use config_inspector (or some other config schema validation tool), and see that the configuration for this module is missing a schema.
Proposed resolution
Define the configuration schema.
Issue fork mollie-3456004
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
arkener commentedComment #5
ricovandevin commentedComment #8
ricovandevin commentedMerged to the 2.3.x branch. Also converted the test_mode config to boolean.