final after change app

This commit is contained in:
2025-05-10 13:09:19 +05:30
parent bf7a7a96bd
commit e10f6747c9
21 changed files with 891 additions and 880 deletions

View File

@@ -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;