Fixes
- Fixed embedded payment element color support to accept both single color strings and light/dark color objects for
ThemedColor
properties (separatorColor, selectedColor, unselectedColor, checkmark color, chevron color). - Fixed Android crash when providing partial
billingDetailsCollectionConfiguration
objects. Now gracefully handles missing fields likeattachDefaultsToPaymentMethod
by using safe accessor methods with default values. - Fixed Android Kotlin compilation errors where nullable
ReadableMap?
was passed to functions expecting non-nullableReadableMap
. Added null checks inEmbeddedPaymentElementViewManager
andAddToWalletButtonManager
. #1988
Please see the changelog for additional details.