We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ed2fc + 2442614 commit eb7756fCopy full SHA for eb7756f
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/entity/CategoriesTest.kt
@@ -537,7 +537,17 @@ private fun generateTestCategory(
537
),
538
enabled = enabled,
539
productIds = productIds,
540
- isSampleCategory = false
+ isSampleCategory = false,
541
+ seoTitle = "",
542
+ seoTitleTranslated = LocalizedValueMap(
543
+ "ru" to "",
544
+ "en" to ""
545
+ ),
546
+ seoDescription = "",
547
+ seoDescriptionTranslated = LocalizedValueMap(
548
549
550
+ )
551
)
552
}
553
0 commit comments