While attempting to use the SDK for PrepaidCards, kept getting a date issue on the dateOfExpiry field.
com.hyperwallet.clientsdk.HyperwalletException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2023-08": not a valid representation (error: Failed to parse Date value '2023-08': Cannot parse date "2023-08": while it seems to fit format 'yyyy-MM-dd', parsing fails (leniency? null))
This issue appears when using listPrepaidCards and getPrepaidCard
edit: I noticed that this is fixed in the latest 2.x.x, but we are only able to use the v3 endpoints currently. Is there a way to add the fix to version 1.x.x?