Skip to content

Commit 627f4f6

Browse files
author
mvgreen
committed
Add applePayOptions property to PaymentInfo
1 parent 2951405 commit 627f4f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ data class FetchedStoreProfile(
385385

386386
data class PaymentInfo(
387387
val paymentOptions: List<PaymentOptionInfo>? = null,
388-
val applePay: ApplePay? = null
388+
val applePay: ApplePay? = null,
389+
val applePayOptions: List<ApplePay>? = null,
389390
)
390391

391392
data class PaymentOptionInfo(

0 commit comments

Comments
 (0)