Skip to content

Commit bef9c36

Browse files
authored
Merge pull request #228 from Ecwid/order-item-file-expire
OrderItemProductFile::expire String -> Date
2 parents 4a75261 + ebe335b commit bef9c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/order/result/FetchedOrder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ data class FetchedOrder(
276276
val productFileId: Long? = null,
277277
val maxDownloads: Int? = null,
278278
val remainingDownloads: Int? = null,
279-
val expire: String? = null,
279+
val expire: Date? = null,
280280
val name: String? = null,
281281
val description: String? = null,
282282
val size: Long? = null,

0 commit comments

Comments
 (0)