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 5743005 commit f8a82d6Copy full SHA for f8a82d6
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.61.2]
5
+
6
+### Added
7
+- Added networkInterceptor to config
8
9
+### Changed
10
+- Added checkout id to QRCodeCSV
11
12
+### Fixed
13
+- Crashes when showing payment status while being offline
14
+- Fixed payment status polling forever when checking out using an offline payment method
15
16
## [0.61.1]
17
18
### Fixed
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.61.1'
+ sdkVersion='0.61.2'
35
versionCode=1
36
37
compileSdkVersion=31
0 commit comments