From bb7b1b3d29b7819fe4176214896a2b1a350ab167 Mon Sep 17 00:00:00 2001 From: Zaid Abdullah Date: Wed, 25 Sep 2024 12:49:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753ae3b..9a4ce42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ For more information, see the [README](https://github.com/sumup/Android-Merchant ## Version 5.0.2 * [FIXED] An issue where successful transactions were returned without all the relevant information in the SumUpAPI.Response.TX_INFO object, e.g. the card type * [FIXED] A bug where initiating a checkout while the Card Reader payment method was disabled in the merchant settings resulted in a transaction failure. The SDK now enables it intrinsically +* [KNOWN BEHAVIOR] + * Declined/failed transactions may sometimes not return the card data (only) - SumUpAPI.Response.TX_INFO will still be populated with all the remaining metadata. This would depend on the exact moment any connectivity issue happened, that is whether card data from the reader was sent to the back-end or not. ## Version 5.0.1 * [FIXED] "duplicate class" issue (due to R8 obfuscation) possibly happening when integrating with other external libraries