switch api_url, app_token to autoclub box, refs #9991
This commit is contained in:
@@ -3,8 +3,8 @@ import 'package:flutter/material.dart';
|
||||
// Serious constants
|
||||
const String appName = "Dinect";
|
||||
|
||||
const String url = 'https://pos-api-ote.dinect.com/20130701/';
|
||||
const String appToken = '9fec83cdca38c357e6b65dbb17514cdd36bf2a08';
|
||||
const String url = 'https://pos-api-autoclub.dinect.com/20130701/';
|
||||
const String appToken = 'bdea0f3ba9034b688019a7cac753d1209e2b227f';
|
||||
|
||||
// Texts
|
||||
const String merchantIDHint = 'ID магазина';
|
||||
|
||||
Reference in New Issue
Block a user