Исправление замечаний
This commit is contained in:
@@ -88,8 +88,8 @@ class RegistrationScreenState extends BaseState<RegistrationScreen> {
|
||||
_register() async {
|
||||
if (await platform.invokeMethod('isOnline')) {
|
||||
String posID = await helper.getPosID();
|
||||
|
||||
createToken(dinCode, posID).then((response) {
|
||||
String locale = await helper.getLocale();
|
||||
createToken(dinCode, posID, locale).then((response) {
|
||||
setState(() {
|
||||
error = null;
|
||||
loading = false;
|
||||
|
||||
Reference in New Issue
Block a user