Fixes on adnroid and ios

This commit is contained in:
Ivan Murashov
2018-05-21 23:59:29 +03:00
parent beb3732b63
commit 41fd167ab6
11 changed files with 46 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ class SqliteHelper {
/// необходимые для идентификации пользователя и проведения запросов.
Future createSession(String merchantID, String posID, String token) async {
Map session = {
Map<String, dynamic> session = {
columnMerchantID: merchantID,
columnPosID: posID,
columnToken: token,