We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2480c commit 0649b0aCopy full SHA for 0649b0a
src/test/kotlin/com/ecwid/apiclient/v3/entity/StoreProfileTest.kt
@@ -73,7 +73,12 @@ class StoreProfileTest : BaseEntityTest() {
73
productCondition = ProductCondition.USED,
74
tikTokPixel = UpdatedStoreProfile.TikTokPixelSettings(
75
advancedMatching = true
76
- )
+ ),
77
+ fbMessengerSettings = UpdatedStoreProfile.FbMessengerSettings(
78
+ fbMessengerPageId = "fbMessengerPageId",
79
+ fbMessengerThemeColor = "#000000",
80
+ fbMessengerMessageUsButtonColor = "#FFFFFF",
81
82
),
83
mailNotifications = UpdatedStoreProfile.MailNotifications(
84
adminNotificationEmails = listOf("admin@example.com", "admin2@example.com"),
0 commit comments