File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
ui/src/main/java/io/snabble/sdk/ui/cart Expand file tree Collapse file tree 3 files changed +7
-3
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.50.8]
5+
6+ ### Changed
7+ - Removed listing of unsupported payment methods on different projects
8+
49## [ 0.50.7]
510
611### Changed
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 project. ext {
34- sdkVersion= ' 0.50.7 '
34+ sdkVersion= ' 0.50.8 '
3535 versionCode= 1
3636
3737 compileSdkVersion= 31
Original file line number Diff line number Diff line change @@ -331,8 +331,7 @@ private void updateEntries() {
331331 e .hint = context .getString (R .string .Snabble_Shoppingcart_notForThisPurchase );
332332 e .isAvailable = false ;
333333 } else {
334- e .hint = context .getString (R .string .Snabble_Shoppingcart_notForVendor );
335- e .isAvailable = false ;
334+ continue ;
336335 }
337336
338337 Integer iconResId = icons .get (e .paymentMethod );
You can’t perform that action at this time.
0 commit comments