Skip to content

Commit 6ecfd8c

Browse files
authored
Merge pull request #227 from Ecwid/apple-pay-options
Add applePayOptions property to PaymentInfo
2 parents 2951405 + 831adad commit 6ecfd8c

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> = emptyList(),
389390
)
390391

391392
data class PaymentOptionInfo(

0 commit comments

Comments
 (0)