Skip to content
Commit 18472fd3 authored by Quentin Defenouillere's avatar Quentin Defenouillere Committed by hydrargyrum
Browse files

[cragr] Fix transaction rdate parsing

Some transactions have wrong dates like 18.33.2019 so we better check if
the digits are actually between 1 and 31 (for the day) and 1 and 12 (for
the month) before parsing, otherwise Transaction.raw will crash.

Closes: 19557@zendesk
parent 0a6d854f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment