From b9e4d67d00b8a664076a852ba9cce8da76b99694 Mon Sep 17 00:00:00 2001 From: "illarion.borts" Date: Sat, 14 Dec 2024 10:49:42 +0100 Subject: [PATCH] ECWID-153945 - add field omniGiftCardsEnabled --- .../apiclient/v3/dto/profile/result/FetchedStoreProfile.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(