Skip to content

Commit

Permalink
release 0.0.6
Browse files Browse the repository at this point in the history
- fix: CodeRedemptionResult
  • Loading branch information
JellyBrick committed Apr 20, 2023
1 parent 6df52fb commit 8469853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=be.zvz.koyo
version=0.0.5
version=0.0.6
7 changes: 6 additions & 1 deletion lib/src/main/kotlin/be/zvz/koyo/dto/CodeRedemptionResult.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
package be.zvz.koyo.dto

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
class CodeRedemptionResult
data class CodeRedemptionResult(
@SerialName("msg")
val message: String,
val specialShipping: Int
)

0 comments on commit 8469853

Please sign in to comment.