WT1.1.4 build 45 android fb, iap
This commit is contained in:
@@ -105,7 +105,7 @@ class Cache with Logging {
|
||||
LinkedHashMap<String, int> _badges = LinkedHashMap();
|
||||
|
||||
List deviceLanguages;
|
||||
String startPage;
|
||||
String startPage = "home";
|
||||
String testEnvironment;
|
||||
bool liveServer = true;
|
||||
bool hasHardware = false;
|
||||
|
||||
@@ -12,6 +12,7 @@ class Product {
|
||||
String productIdAndroid;
|
||||
double priceIos;
|
||||
double priceAndroid;
|
||||
String localizedPrice;
|
||||
|
||||
Product.fromJson(Map json) {
|
||||
this.productId = json['productId'];
|
||||
|
||||
Reference in New Issue
Block a user