Skip to content

Commit f52a985

Browse files
committed
FetchedStoreProfileNullablePropertyRules change
1 parent 6cb1170 commit f52a985

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/nullablepropertyrules/FetchedStoreProfileRules.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
233233
IgnoreNullable(FetchedStoreProfile.PaymentOptionInfo::paymentProcessorTitle),
234234
AllowNullable(FetchedStoreProfile.PaymentOptionInfo::shippingSettings),
235235
IgnoreNullable(FetchedStoreProfile.ProductFiltersSettings::enabledInStorefront),
236+
IgnoreNullable(FetchedStoreProfile::registrationAnswers),
237+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::alreadySelling),
238+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::facebook),
239+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::forSomeone),
240+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::goods),
241+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::otherGoods),
242+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::platform),
243+
IgnoreNullable(FetchedStoreProfile.RegistrationAnswers::website),
236244
IgnoreNullable(FetchedStoreProfile.SalePriceSettings::displayDiscount),
237245
IgnoreNullable(FetchedStoreProfile.SalePriceSettings::displayOnProductList),
238246
IgnoreNullable(FetchedStoreProfile.SalePriceSettings::oldPriceLabel),

0 commit comments

Comments
 (0)