update shipping fee
This commit is contained in:
@@ -383,7 +383,7 @@ class PaypalController extends Controller
|
||||
$shippingFee = $CAShippingfee;
|
||||
}
|
||||
|
||||
if ($getSubtotal[0]->Subtotal >= 99 && $countryCode != "CA") {
|
||||
if ($getSubtotal[0]->Subtotal >= 149 && $countryCode != "CA") {
|
||||
return $shippingFee = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user