Skip to content

Commit

Permalink
ECWID-153945 - add field omniGiftCardsEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mplain committed Dec 14, 2024
1 parent c01e7e2 commit b9e4d67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ data class FetchedStoreProfile(

data class GiftCardSettings(
val products: List<GiftCardProducts>? = null,
val displayLocation: String? = null
val displayLocation: String? = null,
val omniGiftCardsEnabled: Boolean = false,
)

data class GiftCardProducts(
Expand Down

0 comments on commit b9e4d67

Please sign in to comment.