Skip to content

Commit 5ca2735

Browse files
author
mvgreen
committed
Make applePayOptions property non-nullable
1 parent 627f4f6 commit 5ca2735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ data class FetchedStoreProfile(
386386
data class PaymentInfo(
387387
val paymentOptions: List<PaymentOptionInfo>? = null,
388388
val applePay: ApplePay? = null,
389-
val applePayOptions: List<ApplePay>? = null,
389+
val applePayOptions: List<ApplePay>,
390390
)
391391

392392
data class PaymentOptionInfo(

0 commit comments

Comments
 (0)