Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid-abdullah committed Sep 25, 2024
1 parent 1699435 commit bb7b1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb7b1b3

Please sign in to comment.