File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
core/src/main/java/io/snabble/sdk Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.16.10]
5+
6+ ### Changed
7+ - Send cart again after checkout abort
8+
49## [ 0.16.9]
510
611### Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allprojects {
2323 }
2424
2525 project. ext {
26- sdkVersion= ' 0.16.9 '
26+ sdkVersion= ' 0.16.10 '
2727 versionCode= 1
2828
2929 compileSdkVersion= 28
Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ public void error() {
148148 notifyStateChanged (State .PAYMENT_ABORT_FAILED );
149149 }
150150 });
151+
152+ project .getShoppingCart ().updatePrices (false );
151153 } else {
152154 notifyStateChanged (State .NONE );
153155 }
You can’t perform that action at this time.
0 commit comments