payment quotation v2 + payment orchestration v2 draft
This commit is contained in:
@@ -2,10 +2,9 @@ import 'package:uuid/uuid.dart';
|
||||
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
import 'package:pshared/config/web.dart';
|
||||
import 'package:pshared/config/constants.dart';
|
||||
import 'package:pshared/service/secure_storage.dart';
|
||||
|
||||
|
||||
class DeviceIdManager {
|
||||
static final _logger = Logger('service.device_id');
|
||||
|
||||
@@ -15,7 +14,7 @@ class DeviceIdManager {
|
||||
|
||||
if (deviceId == null) {
|
||||
_logger.fine('Device id is not set, generating new');
|
||||
deviceId = (const Uuid()).v4();
|
||||
deviceId = (const Uuid()).v4();
|
||||
await SecureStorageService.set(_key, deviceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user