Closed rgoldberg closed 6 days ago
Fix JSON parsing error by making formattedPrice & price optional for SearchResult.
formattedPrice
price
SearchResult
Use new displayPrice to get around optional formattedPrice. Doesn't handle i18n, but we can clean that up after we completely redo JSON handling.
displayPrice
Resolve #493
Fix JSON parsing error by making
formattedPrice
&price
optional forSearchResult
.Use new
displayPrice
to get around optionalformattedPrice
. Doesn't handle i18n, but we can clean that up after we completely redo JSON handling.Resolve #493