final after change app
This commit is contained in:
@@ -256,7 +256,6 @@ class AddtocartProvider extends ChangeNotifier {
|
||||
print("ijdfhjhgjfgihj $data");
|
||||
try {
|
||||
var result = await _homeRepo.applyCoupon(data);
|
||||
|
||||
|
||||
return result.fold(
|
||||
(error) {
|
||||
@@ -273,8 +272,9 @@ class AddtocartProvider extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
return false;
|
||||
},
|
||||
(response)
|
||||
{
|
||||
(response)
|
||||
{
|
||||
print("dfkhjkfgdkfkgh ");
|
||||
if (response != null) {
|
||||
couponResponse = response;
|
||||
_couponId = id;
|
||||
|
||||
Reference in New Issue
Block a user