added float point in purchase confirmation
This commit is contained in:
@@ -242,6 +242,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
print(exception);
|
||||
}
|
||||
}
|
||||
print(sumTotal.toStringAsFixed(2));
|
||||
return sumTotal.toStringAsFixed(2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user