Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-3851

Order: Maxmindv2 does not parse out information

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.12.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      The legacy API returned a list of scalar values and we displayed each of those fields. With the new API data is returned in a formatted manner using objects, but we still only display the scalar values. We need to record and display these non-scalar values.

      We're think one of two options.

      The first is to use composite names for each row, for example:
      {"ip_address": {"city": {"confidence": "75"}}}
      Would equate to:

      ip_address-city-confidence 75

      The second is to use a json_encode pretty print on any non-scalar values.

      Either of these formatting options would need to be handled by the MaxmindV2::fraudDetails() method.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              17/Sep/20

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 31 minutes
              31m

                Agile