Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Notice: freePackageValue is undefined
As visible from the code, freePackageValue can be undefined in some cases but accessed. `$request->getAllItems() == false` and `$request->getPackageQty() == $freeQty` is true and `!empty($rate) && $rate['price'] >= 0` is false This fixes this
- Loading branch information