Skip to content

Commit 53eced0

Browse files
committed
Add non Updatable Property Rule
1 parent f52a985 commit 53eced0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/NonUpdatablePropertyRules.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ val nonUpdatablePropertyRules: List<NonUpdatablePropertyRule<*, *>> = listOf(
192192
Ignored(FetchedStoreProfile.Account::whiteLabel),
193193
ReadOnly(FetchedStoreProfile.Account::brandName),
194194
ReadOnly(FetchedStoreProfile.Account::supportEmail),
195+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::facebook),
196+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::alreadySelling),
197+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::forSomeone),
198+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::goods),
199+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::otherGoods),
200+
ReadOnly(FetchedStoreProfile.RegistrationAnswers::platform),
201+
ReadOnly(FetchedStoreProfile::registrationAnswers),
195202
Ignored(FetchedStoreProfile.Settings::invoiceLogoUrl),
196203
Ignored(FetchedStoreProfile.Settings::emailLogoUrl),
197204
Ignored(FetchedStoreProfile.FormatsAndUnits::currencyPrecision),

0 commit comments

Comments
 (0)