You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andgetPrepaidCard
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?
The text was updated successfully, but these errors were encountered: