·
16 commits
to master
since this release
PaymentSheet
- [CHANGED]11151 Remove intrinsic top and bottom padding from
EmbeddedPaymentElement.Content
. - [FIXED]11111 EmbeddedPaymentElement now errors when
configuration.rowSelectionBehavior
is.immediateAction
andconfiguration.embeddedViewDisplaysMandateText
istrue
to ensure integrations display legal mandate text to the customer. - [ADDED]11178 Added
disclosureIconRes
property toPaymentSheet.Appearance.Embedded.RowStyle.FlatWithDisclosure
to customize the chevron icon displayed in EmbeddedPaymentElement payment method rows. - [ADDED]11173 Added
titleFont
toPaymentSheet.Appearance.Embedded
for customization of EmbeddedPaymentElement payment method row titles. - [ADDED]11166 Added
paymentMethodIconMargins
toPaymentSheet.Appearance.Embedded
for customization of EmbeddedPaymentElement payment method row icon spacing. - [CHANGED]11175 Renamed
PaymentSheet.Appearance.Embedded.RowStyle.FlatWithChevron
toPaymentSheet.Appearance.Embedded.RowStyle.FlatWithDisclosure
. - [ADDED]11162 Added Builders for
PaymentSheet.Appearance.Embedded
andPaymentSheet.Appearance.Embedded.RowStyle
.