cartui fixed
This commit is contained in:
@@ -56,14 +56,14 @@ class AddtocartProvider extends ChangeNotifier {
|
||||
// Now check if this pin code is deliverable
|
||||
await checkPin(context, _pinCode);
|
||||
} else {
|
||||
_pinCode = "unable to current pi code";
|
||||
_pinCode = "";
|
||||
print("Error: No placemarks found.");
|
||||
}
|
||||
} catch (e) {
|
||||
_pinCode = "unable to current pi code";
|
||||
_pinCode = "";
|
||||
print("Error: ${e.toString()}");
|
||||
}
|
||||
_pinCode = "unable to current pi code";
|
||||
_pinCode = "";
|
||||
_isLoading = false;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user