Uploaded image for project: 'E-commerce'
  1. E-commerce
  2. ECOMMERCE-309

The checkout API uses Map <String, Object> instead of a real interface

    XMLWordPrintable

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

        Attachments

          Activity

            People

              Unassigned Unassigned
              ldelnevo Laura Delnevo
              AuthorX
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Checklists

                  Task DoD