You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
For Drop-in and Components, when ?android:attr/textColor is not defined in your own theme, the Card Component no longer crashes.
The onAdditionalDetails event is now triggered only once. Previously, the event was triggered multiple times in some edge cases.
The build output no longer contains warnings about multiple substitutions specified in non-positional format in string resources.
For the Card Component, we fixed localization issues that occurred when using the Address Lookup functionality.
Overriding some of the XML styles without specifying a parent style no longer causes a build error.
Removed
You can no longer use functions like CheckoutConfiguration.getCardConfiguration() or CheckoutConfiguration.getDropInConfiguration() to get configurations from the CheckoutConfiguration object. When starting Drop-in or Components, pass the full CheckoutConfiguration object.