File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ All notable changes to this project will be documented in this file.
88
99### Changed
1010- Allow manual initialization by omitting 'snabble_app_id' or 'snabble_secret'
11- - ShoppingCart serialization is now per shop, instead of per project
11+ - ` ShoppingCart ` serialization is now per shop, instead of per project
1212- Allow the user to enter a PIN as a Fallback when prompting for the users Fingerprint
1313- ` ShoppingCartView ` is now able to listen for ` Snabble.checkedInProject ` changes
1414- ` SelfScanningView ` is now able to listen for ` Snabble.checkedInProject ` changes
15-
15+ - Converted to ` ShoppingCartStorage ` to Kotlin
16+ - Separated ` ShoppingCart ` data into ` ShoppingCartData `
17+ -
1618### Fixed
1719- Coupon manager which might cause NPE after leaving a shop
1820- When a checkout can not be aborted, dont route the user automatically to the payment status screen
You can’t perform that action at this time.
0 commit comments