added float point in purchase confirmation

This commit is contained in:
Semyon Babushkin
2017-11-01 14:08:38 +03:00
parent 52aab9a6e0
commit b18064653a
3 changed files with 3 additions and 2 deletions

View File

@@ -242,6 +242,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
print(exception);
}
}
print(sumTotal.toStringAsFixed(2));
return sumTotal.toStringAsFixed(2);
}