Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"eventType": "PAYMENT_INBOUND", "Could not deserialize" warning, while transaction seems to be processed normally #47

Open
louim-lbs opened this issue Oct 22, 2024 · 0 comments

Comments

@louim-lbs
Copy link

Describe the bug
I get a warning [WARN] could not deserialize documents section: section types '[documents]' were not found: section type not found, that let me think there is something wrong.

Expected behavior
While the transaction seems to be processed, take into account the specificity of the document or do not show a warning.

Desktop (please complete the following information):

  • OS: W11
  • Version: 0.13.0

Additional context
Ex of timelineTransactions related transaction:

{
      "action": {
        "payload": "********-****-****-****-************",
        "type": "timelineDetail"
      },
      "amount": {
        "currency": "EUR",
        "fractionDigits": 2,
        "value": 50
      },
      "badge": null,
      "eventType": "PAYMENT_INBOUND",
      "icon": "logos/timeline_plus_circle/v2",
      "id": "********-****-****-****-************",
      "status": "EXECUTED",
      "subAmount": null,
      "subtitle": null,
      "timestamp": "2024-09-**T**:**:43.998+0000",
      "title": "***"
    }

Ex of timelineDetailV2 related file:

{
  "id": "********-****-****-****-************",
  "sections": [
    {
      "action": null,
      "data": {
        "icon": "logos/timeline_plus_circle/v2",
        "status": "executed",
        "subtitleText": null,
        "timestamp": "2024-09-**T**:**:43.998+0000",
      },
      "title": "Du hast 50,00 € erhalten",
      "type": "header"
    },
    {
      "action": null,
      "data": [
        {
          "detail": {
            "functionalStyle": "EXECUTED",
            "text": "Abgeschlossen",
            "type": "status"
          },
          "style": "plain",
          "title": "Status"
        },
        {
          "detail": {
            "action": null,
            "text": "***",
            "trend": null,
            "type": "text"
          },
          "style": "plain",
          "title": "Von"
        },
        {
          "detail": {
            "action": null,
            "text": "**** **** **** **** **** **** ***",
            "trend": null,
            "type": "text"
          },
          "style": "plain",
          "title": "IBAN"
        }
      ],
      "title": "Übersicht",
      "type": "table"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant