We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71a32 commit 2e7206bCopy full SHA for 2e7206b
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.62.0]
5
+
6
+### Breaking Changes
7
+- Renamed Project.customerCardInfos to Project.customerCardInfo
8
9
+### Added
10
+- Added CheckoutPreconditionHandler to CheckoutBar
11
12
+### Fixed
13
+- Fixed double backing out of point of sale checkout aborts
14
+- Fixed rare crash when approving offline payment methods
15
16
## [0.61.3]
17
18
### Fixed
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.61.3'
+ sdkVersion='0.62.0'
35
versionCode=1
36
37
compileSdkVersion=31
0 commit comments