Expiration date is null
Opened this issue · 0 comments
hamza-mahwachi commented
when mapping between json format and Card object, the expiration_date field is null, it is not mapped correctly, to map it you have to add the @JsonProperty ("expiration_date") annotation in the Card class and the same annotation on the getter and setter, also you have to do the same thing for the timezoneType field in the ExpirationDate class