Skip to content

Commit

Permalink
add flag for enable/disable lowest price for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthbert-ecwid committed Aug 13, 2024
1 parent 804bef0 commit dba6e10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ data class FetchedStoreProfile(
val storeDescriptionTranslated: LocalizedValueMap? = null,
val storeName: String? = null,
val tikTokPixel: TikTokPixelSettings? = null,
val lowestPriceEnabled: Boolean = false
)

data class TikTokPixelSettings(
Expand Down

0 comments on commit dba6e10

Please sign in to comment.