Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
None
Description
Current behaviour
Our internal checkout API uses Map <String, Object> for passing parameters.
This makes it more difficult to update the API, it does not break anything at compile time but at runtime.
New behaviour
We should not use a Map for this but a real interface.
Checklists
Acceptance criteria