We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da58d10 + 7c55549 commit 2ba04f7Copy full SHA for 2ba04f7
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/custom/CustomAppRequest.kt
@@ -14,7 +14,8 @@ import java.util.*
14
data class CustomAppRequest(
15
val storeId: Int? = null,
16
val merchantAppSettings: MerchantAppSettings? = null,
17
- val cart: Cart? = null
+ val cart: Cart? = null,
18
+ val lang: String? = null
19
) : ApiRequestDTO {
20
data class Cart(
21
val id: String? = null,
0 commit comments