diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt index 9b10e99d..1b99025b 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt @@ -900,7 +900,8 @@ data class FetchedStoreProfile( data class GiftCardSettings( val products: List? = null, - val displayLocation: String? = null + val displayLocation: String? = null, + val omniGiftCardsEnabled: Boolean = false, ) data class GiftCardProducts(