Fixed cart dailing test issue

This commit is contained in:
jitendra 2022-08-09 12:51:13 +05:30
parent 3a29907463
commit 057c873342
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,8 @@ class CartController extends Controller
session()->flash('warning', $result['warning']);
} elseif (isset($result['info'])) {
session()->flash('info', $result['info']);
} else {
return false;
}
return true;