Commit f1a5d7af authored by Izol's avatar Izol

fixing set merchant

parent b000df42
......@@ -287,6 +287,7 @@ class _SetMerchantState extends State<SetMerchant> {
Future<void> showDialConfig() async {
showDialog<String>(
barrierDismissible: false,
context: context,
builder: (BuildContext context) => Center(
child: SingleChildScrollView(
......@@ -570,6 +571,7 @@ class _SetMerchantState extends State<SetMerchant> {
String companyName = merchantNameController.text;
service.getMultiOutlet(urlDolan, companyName, userName).then((value) {
listMultiOutlet = value;
print("response multi outlet");
PreferencesHelper.setString('multioutletname', listMultiOutlet["multioutletname"]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment