v1.26 ios v2
This commit is contained in:
@@ -161,10 +161,10 @@ class SalesBloc extends Bloc<SalesEvent, SalesState> with Logging {
|
||||
return;
|
||||
}
|
||||
|
||||
String productSetString = splitTestRepository.getSplitTestValue("product_set_5");
|
||||
log("ProductSetString: $productSetString");
|
||||
//String productSetString = splitTestRepository.getSplitTestValue("product_set_5");
|
||||
//log("ProductSetString: $productSetString");
|
||||
try {
|
||||
productSet = int.parse(productSetString);
|
||||
productSet = 5;
|
||||
} on Exception catch (e) {
|
||||
log("Define the right productset! $e");
|
||||
productSet = 2;
|
||||
|
||||
Reference in New Issue
Block a user