updated shipping for global
This commit is contained in:
@@ -840,7 +840,7 @@ class TeamStoreController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($getVoucher[0]->VoucherType === "Shipping") {
|
if ($getVoucher[0]->VoucherType === "Shipping" && $getVoucher[0]->UserId != null) {
|
||||||
|
|
||||||
if (Auth::guest()) {
|
if (Auth::guest()) {
|
||||||
return response()->json(array(
|
return response()->json(array(
|
||||||
|
|||||||
Reference in New Issue
Block a user